tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cryptsetup: 1.7.3 -> 1.7.5
Tuomas Tynkkynen
8 years ago
eacfdc38
fabd4827
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
cryptsetup
default.nix
+2
-2
pkgs/os-specific/linux/cryptsetup/default.nix
···
5
assert enablePython -> python2 != null;
6
7
stdenv.mkDerivation rec {
8
-
name = "cryptsetup-1.7.3";
9
10
src = fetchurl {
11
url = "mirror://kernel/linux/utils/cryptsetup/v1.7/${name}.tar.xz";
12
-
sha256 = "00nwd96m9yq4k3cayc04i5y7iakkzana35zxky6hpx2w8zl08axg";
13
};
14
15
configureFlags = [ "--enable-cryptsetup-reencrypt" "--with-crypto_backend=openssl" ]
···
5
assert enablePython -> python2 != null;
6
7
stdenv.mkDerivation rec {
8
+
name = "cryptsetup-1.7.5";
9
10
src = fetchurl {
11
url = "mirror://kernel/linux/utils/cryptsetup/v1.7/${name}.tar.xz";
12
+
sha256 = "1gail831j826lmpdx2gsc83lp3br6wfnwh3vqwxaa1nn1lfwsc1b";
13
};
14
15
configureFlags = [ "--enable-cryptsetup-reencrypt" "--with-crypto_backend=openssl" ]