tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libxmp: 4.3.11 -> 4.3.12
Franz Pletz
10 years ago
dc576f94
57b5c22f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libxmp
default.nix
+2
-2
pkgs/development/libraries/libxmp/default.nix
···
1
1
{ stdenv, fetchurl }:
2
2
3
3
stdenv.mkDerivation rec {
4
4
-
name = "libxmp-4.3.11";
4
4
+
name = "libxmp-4.3.12";
5
5
6
6
meta = with stdenv.lib; {
7
7
description = "Extended module player library";
···
17
17
18
18
src = fetchurl {
19
19
url = "mirror://sourceforge/xmp/libxmp/${name}.tar.gz";
20
20
-
sha256 = "0r9qhps2a8nc850bislkgjzlamwl671r1sag1mi8k1a9gxq4n9kx";
20
20
+
sha256 = "1536dfxgxl6dyvkdby8lxzi9f7y2qlwl8ylrkybips3ampcqgkhm";
21
21
};
22
22
}