mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
dd_rescue: 1.99.8 -> 1.99.21
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
0f2f4519e1
commit
4fdf69a925
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.99.8";
|
version = "1.99.21";
|
||||||
pname = "dd_rescue";
|
pname = "dd_rescue";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
sha256 = "1gbxm8gr9sx5g1q9dycs21hkxikcy97q09lp1lvs59pnd9qpdnwh";
|
hash = "sha256-YB3gyUX/8dsFfIbGUWX5rvRuIa2q9E4LOCtEOz+z/bk=";
|
||||||
url = "http://www.garloff.de/kurt/linux/ddrescue/${pname}-${version}.tar.bz2";
|
url = "http://www.garloff.de/kurt/linux/ddrescue/${pname}-${version}.tar.bz2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue