cryptsetup: 1.6.3 -> 1.6.7
This commit is contained in:
parent
fe91ef5132
commit
8ca8b0868c
@ -5,11 +5,11 @@
|
|||||||
assert enablePython -> python != null;
|
assert enablePython -> python != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cryptsetup-1.6.3";
|
name = "cryptsetup-1.6.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://cryptsetup.googlecode.com/files/${name}.tar.bz2";
|
url = "mirror://kernel/linux/utils/cryptsetup/v1.6/${name}.tar.xz";
|
||||||
sha256 = "1n1qk5chyjspbiianrdb55fhb4wl0vfyqz2br05vfb24v4qlgbx2";
|
sha256 = "0878vwblazms1dac2ds7vyz8pgi1aac8870ccnl2s0v2sv428g62";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--enable-cryptsetup-reencrypt" ]
|
configureFlags = [ "--enable-cryptsetup-reencrypt" ]
|
||||||
|
@ -8703,7 +8703,9 @@ let
|
|||||||
|
|
||||||
criu = callPackage ../os-specific/linux/criu { };
|
criu = callPackage ../os-specific/linux/criu { };
|
||||||
|
|
||||||
cryptsetup = callPackage ../os-specific/linux/cryptsetup { };
|
cryptsetup = callPackage ../os-specific/linux/cryptsetup {
|
||||||
|
libgcrypt = libgcrypt_1_6;
|
||||||
|
};
|
||||||
|
|
||||||
cramfsswap = callPackage ../os-specific/linux/cramfsswap { };
|
cramfsswap = callPackage ../os-specific/linux/cramfsswap { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user