mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +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
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ddrescue-1.24";
|
name = "ddrescue-1.25";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/ddrescue/${name}.tar.lz";
|
url = "mirror://gnu/ddrescue/${name}.tar.lz";
|
||||||
sha256 = "11qh0bbzf00mfb4yq35gnv5m260k4d7q9ixklry6bqvhvvp3ypab";
|
sha256 = "0qqh38izl5ppap9a5izf3hijh94k65s3zbfkczd4b7x04syqwlyf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ lzip ];
|
nativeBuildInputs = [ lzip ];
|
||||||
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||||
second and successive copies.
|
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;
|
license = licenses.gpl3Plus;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue