Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb8fa4dff38e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a70d31b11f98
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 4, 2020

  1. csound: 6.14.0 -> 6.15.0

    r-ryantm committed Sep 4, 2020
    Copy the full SHA
    d7465fc View commit details

Commits on Sep 5, 2020

  1. Merge pull request #97102 from r-ryantm/auto-update/csound

    csound: 6.14.0 -> 6.15.0
    ryantm authored Sep 5, 2020
    Copy the full SHA
    a70d31b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/csound/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/csound/default.nix
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
# When updating, please check if https://github.com/csound/csound/issues/1078
# has been fixed in the new version so we can use the normal fluidsynth
# version and remove fluidsynth 1.x from nixpkgs again.
version = "6.14.0";
version = "6.15.0";

enableParallelBuilding = true;

@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "csound";
repo = "csound";
rev = version;
sha256 = "1sr9knfhbm2m0wpkjq2l5n471vnl51wy4p6j4m95zqybimzb4s2j";
sha256 = "1vld6v55jxvv3ddr21kh41s4cdkhnm5wpffvd097zqrqh1aq08r0";
};

cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp