3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #65955 from r-ryantm/auto-update/libgig

libgig: 4.1.0 -> 4.2.0
This commit is contained in:
Marek Mahut 2019-08-24 16:22:20 +02:00 committed by GitHub
commit 993cac675b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];