We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cc2f2 commit c68f2c9Copy full SHA for c68f2c9
1 file changed
pkgs/development/libraries/audio/libopenmpt/default.nix
@@ -16,13 +16,13 @@
16
17
stdenv.mkDerivation rec {
18
pname = "libopenmpt";
19
- version = "0.6.8";
+ version = "0.6.9";
20
21
outputs = [ "out" "dev" "bin" ];
22
23
src = fetchurl {
24
url = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${version}+release.autotools.tar.gz";
25
- sha256 = "HGGLPf8afLaiT0MXVZIPokN1YmgTj/ox09t8YHwsLWk=";
+ sha256 = "R56XWrt9wPqcrUG90x8lXXjUPgcmVGIIBY08P897blo=";
26
};
27
28
enableParallelBuilding = true;
0 commit comments