Merge pull request #320358 from OPNA2608/backport/24.05/update/libopenmpt

[Backport staging-24.05] libopenmpt: 0.7.6 -> 0.7.8
This commit is contained in:
Cosima Neidahl 2024-06-19 12:10:31 +02:00 committed by GitHub
commit 411f2afb4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "libopenmpt";
version = "0.7.6";
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-Fi1yowa7LhFMJPolJn0NCgrBbzn9laXA38daZm7l5PU=";
hash = "sha256-h3eMgEaiJsbL+xFPTI4+J8Eht7PczOXLfeRYmSUCdMw=";
};
enableParallelBuilding = true;