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

This commit is contained in:
Janne Heß 2021-12-12 20:13:00 +01:00 committed by GitHub
commit 150ef522a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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