about summary refs log tree commit diff
path: root/pkgs/tools/system/ddrescue
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-09-05 15:19:12 +0000
committerLudovic Courtès <ludo@gnu.org>2010-09-05 15:19:12 +0000
commitdb61930195ccb0837c1a94484aa4761dba166eeb (patch)
tree74f1a73a182f33c81edbd621b82b98e7b0f17294 /pkgs/tools/system/ddrescue
parente9dc9a374abbe609ac2d1297e58d9222b8e5eb72 (diff)
downloadnixlib-db61930195ccb0837c1a94484aa4761dba166eeb.tar
nixlib-db61930195ccb0837c1a94484aa4761dba166eeb.tar.gz
nixlib-db61930195ccb0837c1a94484aa4761dba166eeb.tar.bz2
nixlib-db61930195ccb0837c1a94484aa4761dba166eeb.tar.lz
nixlib-db61930195ccb0837c1a94484aa4761dba166eeb.tar.xz
nixlib-db61930195ccb0837c1a94484aa4761dba166eeb.tar.zst
nixlib-db61930195ccb0837c1a94484aa4761dba166eeb.zip
GNU ddrescue 1.13.
svn path=/nixpkgs/trunk/; revision=23648
Diffstat (limited to 'pkgs/tools/system/ddrescue')
-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 3b008ef8889b..ea169b82e895 100644
--- a/pkgs/tools/system/ddrescue/default.nix
+++ b/pkgs/tools/system/ddrescue/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "ddrescue-1.12";
+  name = "ddrescue-1.13";
 
   src = fetchurl {
     url = "mirror://gnu/ddrescue/${name}.tar.gz";
-    sha256 = "0ld176lg7dpkv9vcywh3w1cv3iqafq86yi0jwjafls38n65jhnsq";
+    sha256 = "1fh3lim8nvy6984vbvyvc3w3mb6bdksdsln8an1l9k6im6b507cc";
   };
 
   doCheck = true;