dd_rescue: 1.99.8 -> 1.99.21 (#407889)

This commit is contained in:
Atemu 2025-05-17 14:02:15 +02:00 committed by GitHub
commit 2c25b7b552
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,11 +6,11 @@
}:
stdenv.mkDerivation rec {
version = "1.99.8";
version = "1.99.21";
pname = "dd_rescue";
src = fetchurl {
sha256 = "1gbxm8gr9sx5g1q9dycs21hkxikcy97q09lp1lvs59pnd9qpdnwh";
hash = "sha256-YB3gyUX/8dsFfIbGUWX5rvRuIa2q9E4LOCtEOz+z/bk=";
url = "http://www.garloff.de/kurt/linux/ddrescue/${pname}-${version}.tar.bz2";
};
@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
homepage = "http://www.garloff.de/kurt/linux/ddrescue/";
license = licenses.gpl2Plus;
mainProgram = "dd_rescue";
};
}