cryptsetup: 1.7.1 -> 1.7.3

This commit is contained in:
Robin Gloster 2016-12-29 02:43:32 +01:00
parent c2a979fbfd
commit 3e8bb7237d
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -5,11 +5,11 @@
assert enablePython -> python2 != null;
stdenv.mkDerivation rec {
name = "cryptsetup-1.7.1";
name = "cryptsetup-1.7.3";
src = fetchurl {
url = "mirror://kernel/linux/utils/cryptsetup/v1.7/${name}.tar.xz";
sha256 = "1v0zj4181ahckn5hn95kg3zbqw944raz769wdam5cjwqriiqmp3k";
sha256 = "00nwd96m9yq4k3cayc04i5y7iakkzana35zxky6hpx2w8zl08axg";
};
configureFlags = [ "--enable-cryptsetup-reencrypt" "--with-crypto_backend=openssl" ]