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.
2 parents 148742e + bb78c57 commit d2a230eCopy full SHA for d2a230e
pkgs/by-name/li/libmikmod/package.nix
@@ -13,11 +13,11 @@ let
13
in
14
stdenv.mkDerivation rec {
15
pname = "libmikmod";
16
- version = "3.3.12";
+ version = "3.3.13";
17
18
src = fetchurl {
19
url = "mirror://sourceforge/mikmod/libmikmod-${version}.tar.gz";
20
- sha256 = "sha256-re9iFIY1FqSltE6/LHHvhOzf6zRElz2suscJEcm8Z+k=";
+ sha256 = "sha256-n8F5n36mqVx8WILemL6F/H0gugpKb8rK4RyMazgrsgc=";
21
};
22
23
buildInputs = [ texinfo ] ++ optional stdenv.hostPlatform.isLinux alsa-lib;
0 commit comments