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.
1 parent 0f2f451 commit 4fdf69aCopy full SHA for 4fdf69a
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
0 commit comments