Merge pull request #164353 from r-ryantm/auto-update/dar
This commit is contained in:
commit
48791c3c12
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.7.3";
|
version = "2.7.4";
|
||||||
pname = "dar";
|
pname = "dar";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/dar/${pname}-${version}.tar.gz";
|
url = "mirror://sourceforge/dar/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-w7005RdZKjP7XrO/h43yM0Lsho4MOKWLynJimD2oHwY=";
|
sha256 = "sha256-esti2QXoq+5bic639eG96vZOSJboMVHmD+oRNAI6ic4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
Loading…
Reference in a new issue