Skip to content

Commit

Permalink
wildmidi: 0.3.9 -> 0.4.2
Browse files Browse the repository at this point in the history
0.4.2 fixes the following CVEs:
CVE-2017-11661
CVE-2017-11662
CVE-2017-11663
CVE-2017-11664

Fixes #33877.

(cherry picked from commit b13230c)
  • Loading branch information
bjornfor authored and Robert Schütz committed Apr 19, 2018
1 parent e984f9e commit 01a664e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wildmidi/default.nix
@@ -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 ];
Expand Down

0 comments on commit 01a664e

Please sign in to comment.