mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
dd_rescue: 1.99.8 -> 1.99.21 (#407889)
This commit is contained in:
commit
2c25b7b552
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue