summary refs log tree commit diff
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-02-17 22:32:43 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-02-17 22:34:12 +0200
commit324000ceeaa236af537b6758288e427e8a01f56a (patch)
treeb3eb6ba3dea1e1a282fd133a79e0d6897ed2c41c
parent9c852aa3deddbde1e59bc4631a11b450210db06d (diff)
downloadnixpkgs-324000ceeaa236af537b6758288e427e8a01f56a.tar
nixpkgs-324000ceeaa236af537b6758288e427e8a01f56a.tar.gz
nixpkgs-324000ceeaa236af537b6758288e427e8a01f56a.tar.bz2
nixpkgs-324000ceeaa236af537b6758288e427e8a01f56a.tar.lz
nixpkgs-324000ceeaa236af537b6758288e427e8a01f56a.tar.xz
nixpkgs-324000ceeaa236af537b6758288e427e8a01f56a.tar.zst
nixpkgs-324000ceeaa236af537b6758288e427e8a01f56a.zip
ddrescue: 1.22 -> 1.23
-rw-r--r--pkgs/tools/system/ddrescue/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/ddrescue/default.nix b/pkgs/tools/system/ddrescue/default.nix
index e6af7abeda2..fc42c3b856f 100644
--- a/pkgs/tools/system/ddrescue/default.nix
+++ b/pkgs/tools/system/ddrescue/default.nix
@@ -6,11 +6,11 @@
 let inherit (stdenv.lib) optionals; in
 
 stdenv.mkDerivation rec {
-  name = "ddrescue-1.22";
+  name = "ddrescue-1.23";
 
   src = fetchurl {
     url = "mirror://gnu/ddrescue/${name}.tar.lz";
-    sha256 = "19qhx9ggkkjl0g3a88g501wmybkj1y4n5lm5kp0km0blh0p7p189";
+    sha256 = "13cd6c0x91zq10vdlyl6r5rib47bmsn5sshmkin3igwj8pa2vbm9";
   };
 
   nativeBuildInputs = [ lzip ];