libxmp: 4.3.8 -> 4.3.11 (security release)
https://lwn.net/Alerts/676256/
This commit is contained in:
parent
9d092e324c
commit
6ae6016d15
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libxmp-4.3.8";
|
name = "libxmp-4.3.11";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Extended module player library";
|
description = "Extended module player library";
|
||||||
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/xmp/libxmp/${name}.tar.gz";
|
url = "mirror://sourceforge/xmp/libxmp/${name}.tar.gz";
|
||||||
sha256 = "0h06091hlpgc6ds4pjmfq8sx4snw7av3nhny180q4pwfyasjb6ny";
|
sha256 = "0r9qhps2a8nc850bislkgjzlamwl671r1sag1mi8k1a9gxq4n9kx";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user