cryptsetup: 2.7.4 -> 2.7.5 (#340466)

This commit is contained in:
Sandro 2024-10-10 12:24:39 +02:00 committed by GitHub
commit 09f18e1cd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
stdenv.mkDerivation rec {
pname = "cryptsetup";
version = "2.7.4";
version = "2.7.5";
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-3OKZA6WPe3dP5hGR5+belV3g9A2eJ7ACj/zzQ4wOlIA=";
hash = "sha256-0r5Dlbj1A7Dr9LLYHbkMNalwUKNY7iH+YqDftm5dVSI=";
};
patches = [