dar: 2.5.17 -> 2.5.18
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dar/versions
This commit is contained in:
parent
e0950ae9ad
commit
8ebabc3d9f
@ -3,12 +3,12 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.5.17";
|
version = "2.5.18";
|
||||||
name = "dar-${version}";
|
name = "dar-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/dar/${name}.tar.gz";
|
url = "mirror://sourceforge/dar/${name}.tar.gz";
|
||||||
sha256 = "1pw6l9nh7w9n7ysh8m6wdzr3k4i9sd6fkmrprnssay5cz7rsbx3v";
|
sha256 = "14002ai4xji0dczgiargxs3z8yylswj8z94higcsw09xk13izlkk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib bzip2 openssl lzo libgcrypt gpgme xz ]
|
buildInputs = [ zlib bzip2 openssl lzo libgcrypt gpgme xz ]
|
||||||
|
Loading…
Reference in New Issue
Block a user