cryptsetup: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm 2021-12-11 08:37:09 +00:00
parent 9f329731b5
commit 4ed0620c9a

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "cryptsetup";
version = "2.4.1";
version = "2.4.2";
outputs = [ "out" "dev" "man" ];
src = fetchurl {
url = "mirror://kernel/linux/utils/cryptsetup/v2.4/${pname}-${version}.tar.xz";
sha256 = "sha256-o1anJ6g6RkreVm6VI5Yioi2+Tg9IKxmP2wSrDTpanF8=";
sha256 = "sha256-FwzCMmqdru61eFeRdr0Q1KYO5cT8W8aQGM5n2vxUC5w=";
};
# Disable 4 test cases that fail in a sandbox