summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-06 21:58:40 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-06 21:58:40 +0200
commit7ea4b4e9817ebb8c3f321cf403712b3febfc0a79 (patch)
treed874c29cd5b7c89a2750007d80ae6b5be0f439b5 /pkgs
parent60b174966c88496fb21d41671b87f227bc338b4b (diff)
downloadnixlib-7ea4b4e9817ebb8c3f321cf403712b3febfc0a79.tar
nixlib-7ea4b4e9817ebb8c3f321cf403712b3febfc0a79.tar.gz
nixlib-7ea4b4e9817ebb8c3f321cf403712b3febfc0a79.tar.bz2
nixlib-7ea4b4e9817ebb8c3f321cf403712b3febfc0a79.tar.lz
nixlib-7ea4b4e9817ebb8c3f321cf403712b3febfc0a79.tar.xz
nixlib-7ea4b4e9817ebb8c3f321cf403712b3febfc0a79.tar.zst
nixlib-7ea4b4e9817ebb8c3f321cf403712b3febfc0a79.zip
ddrescue: update from 1.18.1 to 1.19
Diffstat (limited to 'pkgs')
-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 e247c84dcf90..a164a26fbcd6 100644
--- a/pkgs/tools/system/ddrescue/default.nix
+++ b/pkgs/tools/system/ddrescue/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, lzip }:
 
 stdenv.mkDerivation rec {
-  name = "ddrescue-1.18.1";
+  name = "ddrescue-1.19";
 
   src = fetchurl {
     url = "mirror://gnu/ddrescue/${name}.tar.lz";
-    sha256 = "1ad1ifby89wys8lxh4d24y5lih6hkz54jhv6sf6bs1i7sd7lnqaq";
+    sha256 = "1f278w7i9sx45jk6fsw1kyzx743k3alx1c4w1q8sk05ckafhr3gd";
   };
 
   buildInputs = [ lzip ];