libopenmpt: 0.7.7 -> 0.7.8

(cherry picked from commit 28a49fea7e)
This commit is contained in:
R. Ryantm 2024-06-13 19:15:11 +00:00 committed by OPNA2608
parent 613445ccd8
commit dd7ae4c231

View File

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