game-music-emu: 0.6.0 -> 0.6.1 for multiple CVEs
CVE-2016-9957 CVE-2016-9958 CVE-2016-9959 CVE-2016-9960 CVE-2016-9961
This commit is contained in:
parent
9e6ac83f2a
commit
2c24ce5cfa
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, cmake }:
|
{ stdenv, fetchurl, cmake }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
name = "game-music-emu-${version}";
|
name = "game-music-emu-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://game-music-emu.googlecode.com/files/${name}.tar.bz2";
|
url = "https://bitbucket.org/mpyne/game-music-emu/downloads/${name}.tar.bz2";
|
||||||
sha256 = "11s9l938nxbrk7qb2k1ppfgizcz00cakbxgv0gajc6hyqv882vjh";
|
sha256 = "08fk7zddpn7v93d0fa7fcypx7hvgwx9b5psj9l6m8b87k2hbw4fw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake ];
|
buildInputs = [ cmake ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user