libgig: 4.1.0 -> 4.2.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgig/versions
This commit is contained in:
R. RyanTM 2019-08-04 08:31:27 -07:00
parent 53328909da
commit 18930b90a3

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libgig-${version}";
version = "4.1.0";
version = "4.2.0";
src = fetchurl {
url = "https://download.linuxsampler.org/packages/${name}.tar.bz2";
sha256 = "02xx6bqxzgkvrawwnzrnxx1ypk244q4kpwfd58266f9ji8kq18h6";
sha256 = "1zs5yy124bymfyapsnljr6rv2lnn5inwchm0xnwiw44b2d39l8hn";
};
nativeBuildInputs = [ autoconf automake libtool pkgconfig ];