3
0
Fork 0
forked from mirrors/nixpkgs

ddrescue: update from 1.18.1 to 1.19

This commit is contained in:
Aristid Breitkreuz 2014-10-06 21:58:40 +02:00
parent 60b174966c
commit 7ea4b4e981

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, lzip }:
stdenv.mkDerivation rec {
name = "ddrescue-1.18.1";
name = "ddrescue-1.19";
src = fetchurl {
url = "mirror://gnu/ddrescue/${name}.tar.lz";
sha256 = "1ad1ifby89wys8lxh4d24y5lih6hkz54jhv6sf6bs1i7sd7lnqaq";
sha256 = "1f278w7i9sx45jk6fsw1kyzx743k3alx1c4w1q8sk05ckafhr3gd";
};
buildInputs = [ lzip ];