mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ddrescue: 1.24 -> 1.25
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00002.html for release information
This commit is contained in:
parent
38b77ca72f
commit
10132c6602
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user