Unverified Commit 2c25b7b5 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

dd_rescue: 1.99.8 -> 1.99.21 (#407889)

parents a7a1e725 8bf69f42
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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";
  };
}