cryptsetup: 2.7.1 -> 2.7.3

(cherry picked from commit d3b55ee8f7)
This commit is contained in:
R. Ryantm 2024-06-19 08:42:22 +00:00 committed by github-actions[bot]
parent 411f2afb4d
commit 3238e87105

View File

@ -14,14 +14,14 @@
stdenv.mkDerivation rec {
pname = "cryptsetup";
version = "2.7.1";
version = "2.7.3";
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-2l0UGeKobgGqMv15WCzVTSCIV8tUG8ov1Cal/xqqu8M=";
hash = "sha256-t3KuT23wzucgCyjOqWDk2q/yogPS/VAr6rPBMXsHpFY=";
};
patches = [