Merge pull request #54845 from r-ryantm/auto-update/dar

dar: 2.6.0 -> 2.6.1
This commit is contained in:
markuskowa 2019-02-03 22:02:23 +01:00 committed by GitHub
commit ed5ec8b375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "2.6.0";
version = "2.6.1";
name = "dar-${version}";
src = fetchurl {
url = "mirror://sourceforge/dar/${name}.tar.gz";
sha256 = "0avaffkfrgj8vhvnpqi4s21bsrlxl0xafpyd3v9n3f9hs2gnm3wg";
sha256 = "107l9nirlqp7vx542ybza5vdsyykam4bjziq47xyb9hr7js86020";
};
buildInputs = [ zlib bzip2 openssl lzo libgcrypt gpgme xz ]