Skip to content

Commit c68f2c9

Browse files
committed
libopenmpt: 0.6.8 -> 0.6.9
1 parent b6cc2f2 commit c68f2c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/audio/libopenmpt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "libopenmpt";
19-
version = "0.6.8";
19+
version = "0.6.9";
2020

2121
outputs = [ "out" "dev" "bin" ];
2222

2323
src = fetchurl {
2424
url = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${version}+release.autotools.tar.gz";
25-
sha256 = "HGGLPf8afLaiT0MXVZIPokN1YmgTj/ox09t8YHwsLWk=";
25+
sha256 = "R56XWrt9wPqcrUG90x8lXXjUPgcmVGIIBY08P897blo=";
2626
};
2727

2828
enableParallelBuilding = true;

0 commit comments

Comments
 (0)