Commit 96ac708b authored by R. RyanTM's avatar R. RyanTM
Browse files

dar: 2.7.10 -> 2.7.13

parent c9e3cc43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,12 +29,12 @@ let
in

stdenv.mkDerivation rec {
  version = "2.7.10";
  version = "2.7.13";
  pname = "dar";

  src = fetchzip {
    url = "mirror://sourceforge/dar/${pname}-${version}.tar.gz";
    sha256 = "sha256-cvEeV4e19gVgz5vctQUgA4Atj37dgFg3iH789DWtVZU=";
    sha256 = "sha256-d88BwbovhbAn72y5pVd4No+hVydXbtZYHZpdtpo4RGY=";
  };

  outputs = [ "out" "dev" ];