Merge pull request #52366 from r-ryantm/auto-update/cryptsetup
cryptsetup: 2.0.5 -> 2.0.6
This commit is contained in:
commit
c081bded6c
|
@ -5,13 +5,13 @@
|
||||||
assert enablePython -> python2 != null;
|
assert enablePython -> python2 != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cryptsetup-2.0.5";
|
name = "cryptsetup-2.0.6";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "man" ];
|
outputs = [ "out" "dev" "man" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/utils/cryptsetup/v2.0/${name}.tar.xz";
|
url = "mirror://kernel/linux/utils/cryptsetup/v2.0/${name}.tar.xz";
|
||||||
sha256 = "079hzvjyzbzaakzvqc1fmciwlzllzqyl2949viasb994r2i2rxx0";
|
sha256 = "0c1x125s7p4ps13spsqrcsd9dclz01vsrchmypq9msp7y3hgllbw";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disable 4 test cases that fail in a sandbox
|
# Disable 4 test cases that fail in a sandbox
|
||||||
|
|
Loading…
Reference in New Issue