Merge pull request #319635 from r-ryantm/auto-update/libopenmpt

libopenmpt: 0.7.7 -> 0.7.8
This commit is contained in:
Cosima Neidahl
2024-06-16 22:23:07 +02:00
committed by GitHub
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "libopenmpt";
version = "0.7.7";
version = "0.7.8";
outputs = [ "out" "dev" "bin" ];
src = fetchurl {
url = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${version}+release.autotools.tar.gz";
hash = "sha256-WMaiiXISaCim9ljghK7nqo+L/bdaC9DjRcf/Km2e8Iw=";
hash = "sha256-h3eMgEaiJsbL+xFPTI4+J8Eht7PczOXLfeRYmSUCdMw=";
};
enableParallelBuilding = true;