Skip to content

Commit eacfdc3

Browse files
committedMay 14, 2017
cryptsetup: 1.7.3 -> 1.7.5
1 parent fabd482 commit eacfdc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/cryptsetup/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
assert enablePython -> python2 != null;
66

77
stdenv.mkDerivation rec {
8-
name = "cryptsetup-1.7.3";
8+
name = "cryptsetup-1.7.5";
99

1010
src = fetchurl {
1111
url = "mirror://kernel/linux/utils/cryptsetup/v1.7/${name}.tar.xz";
12-
sha256 = "00nwd96m9yq4k3cayc04i5y7iakkzana35zxky6hpx2w8zl08axg";
12+
sha256 = "1gail831j826lmpdx2gsc83lp3br6wfnwh3vqwxaa1nn1lfwsc1b";
1313
};
1414

1515
configureFlags = [ "--enable-cryptsetup-reencrypt" "--with-crypto_backend=openssl" ]

0 commit comments

Comments
 (0)
Please sign in to comment.