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