mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
wildmidi: 0.3.9 -> 0.4.2
0.4.2 fixes the following CVEs: CVE-2017-11661 CVE-2017-11662 CVE-2017-11663 CVE-2017-11664 Fixes #33877.
This commit is contained in:
parent
550136f516
commit
b13230ce24
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, cmake, alsaLib, freepats }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "wildmidi-0.3.9";
|
||||
name = "wildmidi-0.4.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/Mindwerks/wildmidi/archive/${name}.tar.gz";
|
||||
sha256 = "1fbcsvzn8akvvy7vg6vmnikcc8gh405b4gp1r016bq7yginljwwp";
|
||||
sha256 = "178hm2wh5h7apkcb1a0dyla2ia8569php8ikz62rh0g6dp5l67am";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
Loading…
Reference in New Issue
Block a user