libopenmpt: 0.6.3 -> 0.6.4

This commit is contained in:
R. Ryantm 2022-06-13 06:12:53 +00:00 committed by Jan Tojnar
parent 0eaa7def41
commit 0e9dd6bd57

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "libopenmpt";
version = "0.6.3";
version = "0.6.4";
outputs = [ "out" "dev" "bin" ];
src = fetchurl {
url = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${version}+release.autotools.tar.gz";
sha256 = "pBCv63zVlwsWuabOfazPSVsaXpEhqdZELeDAKP1Uols=";
sha256 = "4J+4RcMpJwCnrBPDsx1mns072+vL/hMo66I3bOvkAWI=";
};
enableParallelBuilding = true;