From 7cd13a21affbe36dc77cfc4af1f6ec902270949c Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Thu, 5 Nov 2015 18:20:55 -0800 Subject: cryptsetup: 1.6.7 -> 1.7.0 --- pkgs/os-specific/linux/cryptsetup/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/os-specific/linux/cryptsetup') diff --git a/pkgs/os-specific/linux/cryptsetup/default.nix b/pkgs/os-specific/linux/cryptsetup/default.nix index 4e3ede284b4..3222ddbd7d9 100644 --- a/pkgs/os-specific/linux/cryptsetup/default.nix +++ b/pkgs/os-specific/linux/cryptsetup/default.nix @@ -5,11 +5,11 @@ assert enablePython -> python != null; stdenv.mkDerivation rec { - name = "cryptsetup-1.6.7"; + name = "cryptsetup-1.7.0"; src = fetchurl { - url = "mirror://kernel/linux/utils/cryptsetup/v1.6/${name}.tar.xz"; - sha256 = "0878vwblazms1dac2ds7vyz8pgi1aac8870ccnl2s0v2sv428g62"; + url = "mirror://kernel/linux/utils/cryptsetup/v1.7/${name}.tar.xz"; + sha256 = "0j6iwf64pdrl4nm5ypc2r33b3k0aflb939wz2496vcqdrjkj8m87"; }; configureFlags = [ "--enable-cryptsetup-reencrypt" "--with-crypto_backend=openssl" ] -- cgit 1.4.1