summary refs log tree commit diff
path: root/pkgs/os-specific/linux/cryptsetup
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-10 02:23:09 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-10 02:23:09 -0800
commitf3545ef3c8758679d95e1bff818eadff40955d5e (patch)
tree67123930d778db567981ef3a886ca3eef7df7f18 /pkgs/os-specific/linux/cryptsetup
parenta054d7450768069084142fe597ed2da367813a4a (diff)
downloadnixpkgs-f3545ef3c8758679d95e1bff818eadff40955d5e.tar
nixpkgs-f3545ef3c8758679d95e1bff818eadff40955d5e.tar.gz
nixpkgs-f3545ef3c8758679d95e1bff818eadff40955d5e.tar.bz2
nixpkgs-f3545ef3c8758679d95e1bff818eadff40955d5e.tar.lz
nixpkgs-f3545ef3c8758679d95e1bff818eadff40955d5e.tar.xz
nixpkgs-f3545ef3c8758679d95e1bff818eadff40955d5e.tar.zst
nixpkgs-f3545ef3c8758679d95e1bff818eadff40955d5e.zip
cryptsetup: 2.0.4 -> 2.0.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cryptsetup/versions
Diffstat (limited to 'pkgs/os-specific/linux/cryptsetup')
-rw-r--r--pkgs/os-specific/linux/cryptsetup/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/cryptsetup/default.nix b/pkgs/os-specific/linux/cryptsetup/default.nix
index 4eec4754ca9..ea255181e01 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.4";
+  name = "cryptsetup-2.0.5";
 
   outputs = [ "out" "dev" "man" ];
 
   src = fetchurl {
     url = "mirror://kernel/linux/utils/cryptsetup/v2.0/${name}.tar.xz";
-    sha256 = "0d2p9g2wqcv6l3671gvw96p16jadbgyh21ddy2bhqgi96dq3qflx";
+    sha256 = "079hzvjyzbzaakzvqc1fmciwlzllzqyl2949viasb994r2i2rxx0";
   };
 
   # Disable 4 test cases that fail in a sandbox