cryptsetup: 1.6.3 -> 1.6.7

This commit is contained in:
William A. Kennington III 2015-03-26 11:31:50 -07:00
parent fe91ef5132
commit 8ca8b0868c
2 changed files with 6 additions and 4 deletions

View file

@ -5,11 +5,11 @@
assert enablePython -> python != null;
stdenv.mkDerivation rec {
name = "cryptsetup-1.6.3";
name = "cryptsetup-1.6.7";
src = fetchurl {
url = "http://cryptsetup.googlecode.com/files/${name}.tar.bz2";
sha256 = "1n1qk5chyjspbiianrdb55fhb4wl0vfyqz2br05vfb24v4qlgbx2";
url = "mirror://kernel/linux/utils/cryptsetup/v1.6/${name}.tar.xz";
sha256 = "0878vwblazms1dac2ds7vyz8pgi1aac8870ccnl2s0v2sv428g62";
};
configureFlags = [ "--enable-cryptsetup-reencrypt" ]

View file

@ -8703,7 +8703,9 @@ let
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 { };