openmpt123: 0.5.10 -> 0.5.11

(cherry picked from commit 68178096c65de75036508e47b965043bed33d4a1)

Excluding treewide renaming of this package.
This commit is contained in:
OPNA2608 2021-09-08 13:01:15 +02:00
parent 2d2c39dcc3
commit 7c42b2adae
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "openmpt123";
version = "0.5.10";
version = "0.5.11";
src = fetchurl {
url = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${version}+release.autotools.tar.gz";
sha256 = "sha256-Waj6KNi432nLf6WXK9+TEIHatOHhFWxpoaU7ZcK+n/o=";
sha256 = "1c54lldr2imjzhlhq5lvwhj7d5794xm97cby9pznr5wdjjay0sa4";
};
enableParallelBuilding = true;