Merge pull request #88872 from gnidorah/openmpt123

openmpt123: 0.4.12 -> 0.5.0
This commit is contained in:
Mario Rodas 2020-05-29 04:34:57 -05:00 committed by GitHub
commit 1f2e949572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -2917,10 +2917,10 @@
name = "Robin Gloster";
};
gnidorah = {
email = "gnidorah@yandex.com";
email = "gnidorah@users.noreply.github.com";
github = "gnidorah";
githubId = 12064730;
name = "Alex Ivanov";
name = "gnidorah";
};
gnxlxnxx = {
email = "gnxlxnxx@web.de";

View file

@ -2,14 +2,14 @@
, usePulseAudio ? config.pulseaudio or false, libpulseaudio }:
let
version = "0.4.12";
version = "0.5.0";
in stdenv.mkDerivation {
pname = "openmpt123";
inherit version;
src = fetchurl {
url = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${version}+release.autotools.tar.gz";
sha256 = "0q2yf9g6hcwvr2nk3zggkscyf0np6i03q2g7fx10i2kcdr3n9k8c";
sha256 = "0zl3djy9z7cpqk8g8pxrzmmikxsskb0y5qdabg6c683j7x5abjs3";
};
enableParallelBuilding = true;