mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ddrescue: 1.17 -> 1.18.1
This commit is contained in:
parent
7bd3921cf9
commit
5f23f0b177
@ -1,18 +1,18 @@
|
||||
{ stdenv, fetchurl, lzip }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ddrescue-1.17";
|
||||
name = "ddrescue-1.18.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/ddrescue/${name}.tar.lz";
|
||||
sha256 = "0bvmsbzli2j4czwkabzs978n1y6vx31axh02kpgcf7033cc6rydy";
|
||||
sha256 = "1ad1ifby89wys8lxh4d24y5lih6hkz54jhv6sf6bs1i7sd7lnqaq";
|
||||
};
|
||||
|
||||
buildInputs = [ lzip ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "GNU ddrescue, a data recovery tool";
|
||||
|
||||
longDescription =
|
||||
@ -40,9 +40,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
homepage = http://www.gnu.org/software/ddrescue/ddrescue.html;
|
||||
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ iElectric ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user