Unverified Commit fd7e9a70 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

dar: 2.7.18 -> 2.8.0 (#429994)

parents 111f241f 3455276e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,12 +21,12 @@
}:

stdenv.mkDerivation rec {
  version = "2.7.18";
  version = "2.8.0";
  pname = "dar";

  src = fetchzip {
    url = "mirror://sourceforge/dar/${pname}-${version}.tar.gz";
    sha256 = "sha256-Vh82QsUdWASQpejlqxb/rK1CkA52E0ODtvxXb5kadMg=";
    sha256 = "sha256-dmUNKhVEz5CpEVzKcDYPSKtYfOMXyXpzGJDJEebwLqU=";
  };

  outputs = [