summary refs log tree commit diff
path: root/pkgs/os-specific/linux/cryptsetup
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-03-01 23:01:21 +0100
committerAndreas Rammhold <andreas@rammhold.de>2019-03-01 23:01:21 +0100
commitf716a7ec3221d3954395a0bc9b8124f4532bebb9 (patch)
treeed892eb6b171fe6041f86a15b2fb4d41a2101327 /pkgs/os-specific/linux/cryptsetup
parent3944fa41a05f5334ec1f9d5405bfab863b9ba6f2 (diff)
downloadnixpkgs-f716a7ec3221d3954395a0bc9b8124f4532bebb9.tar
nixpkgs-f716a7ec3221d3954395a0bc9b8124f4532bebb9.tar.gz
nixpkgs-f716a7ec3221d3954395a0bc9b8124f4532bebb9.tar.bz2
nixpkgs-f716a7ec3221d3954395a0bc9b8124f4532bebb9.tar.lz
nixpkgs-f716a7ec3221d3954395a0bc9b8124f4532bebb9.tar.xz
nixpkgs-f716a7ec3221d3954395a0bc9b8124f4532bebb9.tar.zst
nixpkgs-f716a7ec3221d3954395a0bc9b8124f4532bebb9.zip
cryptsetup: 2.0.6 -> 2.1.0
Bump to the latest stable version. Be aware that cryptsetup changed the
default LUKS header format with this version. When porting this to a
stable distribution you should supply the configure flag
`--with-default-luks-format=LUKS1` to preserve the user experience
there.

The full changelog can be seen at [0].
[0] https://gitlab.com/cryptsetup/cryptsetup/blob/master/docs/v2.1.0-ReleaseNotes
Diffstat (limited to 'pkgs/os-specific/linux/cryptsetup')
-rw-r--r--pkgs/os-specific/linux/cryptsetup/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/cryptsetup/default.nix b/pkgs/os-specific/linux/cryptsetup/default.nix
index f4c83a58823..fac62597013 100644
--- a/pkgs/os-specific/linux/cryptsetup/default.nix
+++ b/pkgs/os-specific/linux/cryptsetup/default.nix
@@ -5,13 +5,13 @@
 assert enablePython -> python2 != null;
 
 stdenv.mkDerivation rec {
-  name = "cryptsetup-2.0.6";
+  name = "cryptsetup-2.1.0";
 
   outputs = [ "out" "dev" "man" ];
 
   src = fetchurl {
-    url = "mirror://kernel/linux/utils/cryptsetup/v2.0/${name}.tar.xz";
-    sha256 = "0c1x125s7p4ps13spsqrcsd9dclz01vsrchmypq9msp7y3hgllbw";
+    url = "mirror://kernel/linux/utils/cryptsetup/v2.1/${name}.tar.xz";
+    sha256 = "15y8n547garz0x5kqv09gscdsrz0c0y1y6c5cp8pccwg3xsb5vm3";
   };
 
   # Disable 4 test cases that fail in a sandbox