tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cryptsetup: 1.6.7 -> 1.7.0
William A. Kennington III
10 years ago
7cd13a21
16822074
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
cryptsetup
default.nix
+3
-3
pkgs/os-specific/linux/cryptsetup/default.nix
···
5
5
assert enablePython -> python != null;
6
6
7
7
stdenv.mkDerivation rec {
8
8
-
name = "cryptsetup-1.6.7";
8
8
+
name = "cryptsetup-1.7.0";
9
9
10
10
src = fetchurl {
11
11
-
url = "mirror://kernel/linux/utils/cryptsetup/v1.6/${name}.tar.xz";
12
12
-
sha256 = "0878vwblazms1dac2ds7vyz8pgi1aac8870ccnl2s0v2sv428g62";
11
11
+
url = "mirror://kernel/linux/utils/cryptsetup/v1.7/${name}.tar.xz";
12
12
+
sha256 = "0j6iwf64pdrl4nm5ypc2r33b3k0aflb939wz2496vcqdrjkj8m87";
13
13
};
14
14
15
15
configureFlags = [ "--enable-cryptsetup-reencrypt" "--with-crypto_backend=openssl" ]