1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

cryptsetup: 1.7.0 -> 1.7.1

This commit is contained in:
Franz Pletz 2016-04-13 01:34:02 +02:00 committed by Robin Gloster
parent f3e8a6df6b
commit c2a979fbfd
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

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