mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
ddrescue: 1.21 -> 1.22
See https://lists.gnu.org/archive/html/info-gnu/2017-02/msg00003.html for release note.
This commit is contained in:
parent
7b32b8a474
commit
8d8bd31e5f
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, lzip }:
|
{ stdenv, fetchurl, lzip }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ddrescue-1.21";
|
name = "ddrescue-1.22";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/ddrescue/${name}.tar.lz";
|
url = "mirror://gnu/ddrescue/${name}.tar.lz";
|
||||||
sha256 = "1b71hb42lh33y9843nd1mxlwkk9qh9ajvnz6ivzd1jq9lav4x7ph";
|
sha256 = "19qhx9ggkkjl0g3a88g501wmybkj1y4n5lm5kp0km0blh0p7p189";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ lzip ];
|
nativeBuildInputs = [ lzip ];
|
||||||
|
Loading…
Reference in New Issue
Block a user