libopenmpt: 0.7.12 -> 0.7.13 (#373946)

This commit is contained in:
Cosima Neidahl
2025-01-24 20:46:34 +01:00
committed by GitHub
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "libopenmpt";
version = "0.7.12";
version = "0.7.13";
outputs = [ "out" "dev" "bin" ];
src = fetchurl {
url = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${version}+release.autotools.tar.gz";
hash = "sha256-eas842cmAeUltcyUTwJsgMAwMvN9OcqoTIyj/ddeDJg=";
hash = "sha256-3NfN5PnEmOtJbEVW4cG4E1Pip0dH6CcKQlZRF+pC4fE=";
};
enableParallelBuilding = true;