summary refs log tree commit diff
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2020-03-04 19:33:50 +0100
committerAlyssa Ross <hi@alyssa.is>2020-03-14 03:28:18 +0000
commit10132c6602b648aa73a1cbe9849d34a9acaec3e9 (patch)
tree6d7a643ea435cea0de66b192d15c0554892a4a00
parent38b77ca72faa873b08d1670e5ce015a1f4e6327a (diff)
downloadnixpkgs-10132c6602b648aa73a1cbe9849d34a9acaec3e9.tar
nixpkgs-10132c6602b648aa73a1cbe9849d34a9acaec3e9.tar.gz
nixpkgs-10132c6602b648aa73a1cbe9849d34a9acaec3e9.tar.bz2
nixpkgs-10132c6602b648aa73a1cbe9849d34a9acaec3e9.tar.lz
nixpkgs-10132c6602b648aa73a1cbe9849d34a9acaec3e9.tar.xz
nixpkgs-10132c6602b648aa73a1cbe9849d34a9acaec3e9.tar.zst
nixpkgs-10132c6602b648aa73a1cbe9849d34a9acaec3e9.zip
ddrescue: 1.24 -> 1.25
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00002.html
for release information
-rw-r--r--pkgs/tools/system/ddrescue/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/ddrescue/default.nix b/pkgs/tools/system/ddrescue/default.nix
index c2d3b33c749..8efcf22312f 100644
--- a/pkgs/tools/system/ddrescue/default.nix
+++ b/pkgs/tools/system/ddrescue/default.nix
@@ -3,11 +3,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "ddrescue-1.24";
+  name = "ddrescue-1.25";
 
   src = fetchurl {
     url = "mirror://gnu/ddrescue/${name}.tar.lz";
-    sha256 = "11qh0bbzf00mfb4yq35gnv5m260k4d7q9ixklry6bqvhvvp3ypab";
+    sha256 = "0qqh38izl5ppap9a5izf3hijh94k65s3zbfkczd4b7x04syqwlyf";
   };
 
   nativeBuildInputs = [ lzip ];
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
          second and successive copies.
       '';
 
-    homepage = https://www.gnu.org/software/ddrescue/ddrescue.html;
+    homepage = "https://www.gnu.org/software/ddrescue/ddrescue.html";
 
     license = licenses.gpl3Plus;