about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-03-06 16:55:26 +0100
committerGitHub <noreply@github.com>2019-03-06 16:55:26 +0100
commit219b247e5b2eb60f01087b7d2d82ae60706e0254 (patch)
treec5fde96c0a819fdcde2b16ac74e350d1d1c24ca9 /pkgs/os-specific
parent2c05b5ee20158ac7c112959e7403ade46980cbb4 (diff)
parent839a37fdd24d66b04fc8bd634ffab17598ec485c (diff)
downloadnixlib-219b247e5b2eb60f01087b7d2d82ae60706e0254.tar
nixlib-219b247e5b2eb60f01087b7d2d82ae60706e0254.tar.gz
nixlib-219b247e5b2eb60f01087b7d2d82ae60706e0254.tar.bz2
nixlib-219b247e5b2eb60f01087b7d2d82ae60706e0254.tar.lz
nixlib-219b247e5b2eb60f01087b7d2d82ae60706e0254.tar.xz
nixlib-219b247e5b2eb60f01087b7d2d82ae60706e0254.tar.zst
nixlib-219b247e5b2eb60f01087b7d2d82ae60706e0254.zip
Merge pull request #56607 from andir/cryptsetup-2.1
cryptsetup: 2.0.6 -> 2.1.0
Diffstat (limited to 'pkgs/os-specific')
-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 f4c83a58823c..fac62597013c 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