Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e984f9e48e19
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 01a664e77931
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 19, 2018

  1. 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.
    
    (cherry picked from commit b13230c)
    bjornfor authored and Robert Schütz committed Apr 19, 2018
    Copy the full SHA
    01a664e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/wildmidi/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wildmidi/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];