libgig: 4.2.0 -> 4.3.0

This commit is contained in:
R. RyanTM 2021-05-12 05:02:34 +00:00 committed by Jonathan Ringer
parent b544d31300
commit 9e6d18dfb9

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libgig";
version = "4.2.0";
version = "4.3.0";
src = fetchurl {
url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.bz2";
sha256 = "1zs5yy124bymfyapsnljr6rv2lnn5inwchm0xnwiw44b2d39l8hn";
sha256 = "sha256-oG0Jh4eAxsGd2NucM1RNU6kzV/niexSpg6qrpo//p5Q=";
};
nativeBuildInputs = [ autoconf automake libtool pkg-config ];