Skip to content

Commit 2c25b7b

Browse files
authored
dd_rescue: 1.99.8 -> 1.99.21 (#407889)
2 parents a7a1e72 + 8bf69f4 commit 2c25b7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/dd/dd_rescue/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
}:
77

88
stdenv.mkDerivation rec {
9-
version = "1.99.8";
9+
version = "1.99.21";
1010
pname = "dd_rescue";
1111

1212
src = fetchurl {
13-
sha256 = "1gbxm8gr9sx5g1q9dycs21hkxikcy97q09lp1lvs59pnd9qpdnwh";
13+
hash = "sha256-YB3gyUX/8dsFfIbGUWX5rvRuIa2q9E4LOCtEOz+z/bk=";
1414
url = "http://www.garloff.de/kurt/linux/ddrescue/${pname}-${version}.tar.bz2";
1515
};
1616

@@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
4444
platforms = platforms.linux;
4545
homepage = "http://www.garloff.de/kurt/linux/ddrescue/";
4646
license = licenses.gpl2Plus;
47+
mainProgram = "dd_rescue";
4748
};
4849
}

0 commit comments

Comments
 (0)