Skip to content

cryptsetup: 2.8.3 -> 2.8.4#484593

Merged
numinit merged 1 commit intoNixOS:stagingfrom
r-ryantm:auto-update/cryptsetup
Jan 31, 2026
Merged

cryptsetup: 2.8.3 -> 2.8.4#484593
numinit merged 1 commit intoNixOS:stagingfrom
r-ryantm:auto-update/cryptsetup

Conversation

@r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/cryptsetup/versions.

meta.description for cryptsetup is: LUKS for dm-crypt

meta.homepage for cryptsetup is: https://gitlab.com/cryptsetup/cryptsetup/

meta.changelog for cryptsetup is: https://gitlab.com/cryptsetup/cryptsetup/-/raw/v2.8.4/docs/v2.8.4-ReleaseNotes

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 2.8.4 with grep in /nix/store/y6kzvrzddchvq09zxpa17h8h405sxzpf-cryptsetup-2.8.4-bin
  • found 2.8.4 in filename of file in /nix/store/y6kzvrzddchvq09zxpa17h8h405sxzpf-cryptsetup-2.8.4-bin

Rebuild report (if merged into master) (click to expand)
8855 total rebuild path(s)

8855 package rebuild(s)

First fifty rebuilds by attrpath

CuboCore.coreaction
CuboCore.corearchiver
CuboCore.corefm
CuboCore.coregarage
CuboCore.corehunt
CuboCore.coreimage
CuboCore.coreinfo
CuboCore.corekeyboard
CuboCore.corepad
CuboCore.corepaint
CuboCore.corepdf
CuboCore.corepins
CuboCore.corerenamer
CuboCore.coreshot
CuboCore.corestats
CuboCore.corestuff
CuboCore.coreterminal
CuboCore.coretime
CuboCore.coretoppings
CuboCore.coreuniverse
CuboCore.libcprime
CuboCore.libcsys
LycheeSlicer
MMA
OVMFFull
SDL
SDL2
SDL2_Pango
SDL2_gfx
SDL2_image
SDL2_mixer
SDL2_net
SDL2_sound
SDL2_ttf
SDL_Pango
SDL_audiolib
SDL_compat
SDL_gfx
SDL_image
SDL_mixer
SDL_net
SDL_sound
SDL_stretch
SDL_ttf
_010editor
_1oom
_1password-gui
_1password-gui-beta
_20kly
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/y6kzvrzddchvq09zxpa17h8h405sxzpf-cryptsetup-2.8.4-bin \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A cryptsetup https://github.com/r-ryantm/nixpkgs/archive/9d0740c9a6d23b3aa6e15d56fa63db3c46a16758.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/9d0740c9a6d23b3aa6e15d56fa63db3c46a16758#cryptsetup

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/y6kzvrzddchvq09zxpa17h8h405sxzpf-cryptsetup-2.8.4-bin
ls -la /nix/store/y6kzvrzddchvq09zxpa17h8h405sxzpf-cryptsetup-2.8.4-bin/bin


Pre-merge build results

Nixpkgs review skipped


Maintainer pings

cc @numinit @RaitoBezarius for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@nixpkgs-ci nixpkgs-ci bot requested review from RaitoBezarius and numinit January 28, 2026 01:05
@nixpkgs-ci nixpkgs-ci bot added 8.has: package (update) This PR updates a package to a newer version 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". labels Jan 28, 2026
@dotlambda dotlambda added the backport staging-25.11 Backport PR automatically label Jan 28, 2026
Copy link
Member

@dotlambda dotlambda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog looks good, NixOS tests pass.

@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Jan 28, 2026
Copy link
Contributor

@numinit numinit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build and tests work after a cherry pick on master.

@numinit numinit added this pull request to the merge queue Jan 31, 2026
@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 2 This PR was reviewed and approved by two persons. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels Jan 31, 2026
Merged via the queue into NixOS:staging with commit 1032f18 Jan 31, 2026
39 of 41 checks passed
@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Jan 31, 2026

Successfully created backport PR for staging-25.11:

@github-actions github-actions bot added the 8.has: port to stable This PR already has a backport to the stable release. label Jan 31, 2026
@r-ryantm r-ryantm deleted the auto-update/cryptsetup branch January 31, 2026 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 8.has: package (update) This PR updates a package to a newer version 8.has: port to stable This PR already has a backport to the stable release. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 12.approvals: 2 This PR was reviewed and approved by two persons. 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in any of the changed packages. backport staging-25.11 Backport PR automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants