dar: 2.6.2 -> 2.6.3
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
18aa59b0f2
commit
91085a26c9
@ -3,12 +3,12 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.6.2";
|
version = "2.6.3";
|
||||||
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 = "0bjrv6pxrzmb4d09yikl5wg6hz3llc30xl0ldzik4jzjrr8bcfpn";
|
sha256 = "00jlmbg80xam3xg1vvrbi5wl6cwij5bz8w80d4k0bmmk4rrwq4rc";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib bzip2 openssl lzo libgcrypt gpgme xz ]
|
buildInputs = [ zlib bzip2 openssl lzo libgcrypt gpgme xz ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user