libgig: 4.3.0 -> 4.4.0

This commit is contained in:
R. Ryantm 2024-01-27 07:40:43 +00:00
parent b0051767f1
commit 2142c667f6

View File

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