We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7a1e72 + 8bf69f4 commit 2c25b7bCopy full SHA for 2c25b7b
pkgs/by-name/dd/dd_rescue/package.nix
@@ -6,11 +6,11 @@
6
}:
7
8
stdenv.mkDerivation rec {
9
- version = "1.99.8";
+ version = "1.99.21";
10
pname = "dd_rescue";
11
12
src = fetchurl {
13
- sha256 = "1gbxm8gr9sx5g1q9dycs21hkxikcy97q09lp1lvs59pnd9qpdnwh";
+ hash = "sha256-YB3gyUX/8dsFfIbGUWX5rvRuIa2q9E4LOCtEOz+z/bk=";
14
url = "http://www.garloff.de/kurt/linux/ddrescue/${pname}-${version}.tar.bz2";
15
};
16
@@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
44
platforms = platforms.linux;
45
homepage = "http://www.garloff.de/kurt/linux/ddrescue/";
46
license = licenses.gpl2Plus;
47
+ mainProgram = "dd_rescue";
48
49
}
0 commit comments