3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #156643 from fpletz/ddrescure-1.26

ddrescue: 1.25 -> 1.26
This commit is contained in:
Maximilian Bosch 2022-01-28 23:32:12 +01:00 committed by GitHub
commit fd993a238f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "ddrescue";
version = "1.25";
version = "1.26";
src = fetchurl {
url = "mirror://gnu/ddrescue/ddrescue-${version}.tar.lz";
sha256 = "0qqh38izl5ppap9a5izf3hijh94k65s3zbfkczd4b7x04syqwlyf";
sha256 = "sha256-5RPNOpDZgQ392RGX1AqkD23wFZe/tez9+yBd4RJ8VR8=";
};
nativeBuildInputs = [ lzip ];