cryptsetup: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2024-03-08 00:47:18 +00:00
parent c8cd65298e
commit 77b6d1e7d3
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 = [