We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent fabd482 commit eacfdc3Copy full SHA for eacfdc3
pkgs/os-specific/linux/cryptsetup/default.nix
@@ -5,11 +5,11 @@
5
assert enablePython -> python2 != null;
6
7
stdenv.mkDerivation rec {
8
- name = "cryptsetup-1.7.3";
+ name = "cryptsetup-1.7.5";
9
10
src = fetchurl {
11
url = "mirror://kernel/linux/utils/cryptsetup/v1.7/${name}.tar.xz";
12
- sha256 = "00nwd96m9yq4k3cayc04i5y7iakkzana35zxky6hpx2w8zl08axg";
+ sha256 = "1gail831j826lmpdx2gsc83lp3br6wfnwh3vqwxaa1nn1lfwsc1b";
13
};
14
15
configureFlags = [ "--enable-cryptsetup-reencrypt" "--with-crypto_backend=openssl" ]
0 commit comments