Merge pull request #294160 from r-ryantm/auto-update/cryptsetup

cryptsetup: 2.7.0 -> 2.7.1
This commit is contained in:
Weijia Wang 2024-03-25 09:12:56 +01:00 committed by GitHub
commit 8ffcc12833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
stdenv.mkDerivation rec {
pname = "cryptsetup";
version = "2.7.0";
version = "2.7.1";
outputs = [ "bin" "out" "dev" "man" ];
separateDebugInfo = true;
src = fetchurl {
url = "mirror://kernel/linux/utils/cryptsetup/v${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-lAA6AM1agZRPRejcUp4M/Spv9im9LNIc9eV05GXa95U=";
hash = "sha256-2l0UGeKobgGqMv15WCzVTSCIV8tUG8ov1Cal/xqqu8M=";
};
patches = [