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:
Lancelot SIX 2017-02-14 19:40:39 +01:00
parent 7b32b8a474
commit 8d8bd31e5f
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, lzip }:
stdenv.mkDerivation rec {
name = "ddrescue-1.21";
name = "ddrescue-1.22";
src = fetchurl {
url = "mirror://gnu/ddrescue/${name}.tar.lz";
sha256 = "1b71hb42lh33y9843nd1mxlwkk9qh9ajvnz6ivzd1jq9lav4x7ph";
sha256 = "19qhx9ggkkjl0g3a88g501wmybkj1y4n5lm5kp0km0blh0p7p189";
};
nativeBuildInputs = [ lzip ];