Skip to content

Commit d2a230e

Browse files
authored
libmikmod: 3.3.12 -> 3.3.13 (#400332)
2 parents 148742e + bb78c57 commit d2a230e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libmikmod/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ let
1313
in
1414
stdenv.mkDerivation rec {
1515
pname = "libmikmod";
16-
version = "3.3.12";
16+
version = "3.3.13";
1717

1818
src = fetchurl {
1919
url = "mirror://sourceforge/mikmod/libmikmod-${version}.tar.gz";
20-
sha256 = "sha256-re9iFIY1FqSltE6/LHHvhOzf6zRElz2suscJEcm8Z+k=";
20+
sha256 = "sha256-n8F5n36mqVx8WILemL6F/H0gugpKb8rK4RyMazgrsgc=";
2121
};
2222

2323
buildInputs = [ texinfo ] ++ optional stdenv.hostPlatform.isLinux alsa-lib;

0 commit comments

Comments
 (0)