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:
R. RyanTM 2018-12-16 03:34:24 -08:00
parent e0950ae9ad
commit 8ebabc3d9f

View file

@ -3,12 +3,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "2.5.17";
version = "2.5.18";
name = "dar-${version}";
src = fetchurl {
url = "mirror://sourceforge/dar/${name}.tar.gz";
sha256 = "1pw6l9nh7w9n7ysh8m6wdzr3k4i9sd6fkmrprnssay5cz7rsbx3v";
sha256 = "14002ai4xji0dczgiargxs3z8yylswj8z94higcsw09xk13izlkk";
};
buildInputs = [ zlib bzip2 openssl lzo libgcrypt gpgme xz ]