From 2a72e808cd854b429ed2b8ad4317dff217396d8f Mon Sep 17 00:00:00 2001 From: Ian Mitchell Date: Wed, 3 Jun 2026 13:23:27 -0400 Subject: [PATCH] sc3-plugins: 3.13.0 -> 3.14.0 https://github.com/supercollider/sc3-plugins/releases/tag/Version-3.14.0 --- .../supercollider/plugins/sc3-plugins.nix | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/development/interpreters/supercollider/plugins/sc3-plugins.nix b/pkgs/development/interpreters/supercollider/plugins/sc3-plugins.nix index b3d5df6ac587..5dd3e9695392 100644 --- a/pkgs/development/interpreters/supercollider/plugins/sc3-plugins.nix +++ b/pkgs/development/interpreters/supercollider/plugins/sc3-plugins.nix @@ -11,24 +11,24 @@ stdenv.mkDerivation rec { pname = "sc3-plugins"; - version = "3.13.0"; + version = "3.14.0"; src = fetchurl { url = "https://github.com/supercollider/sc3-plugins/releases/download/Version-${version}/sc3-plugins-${version}-Source.tar.bz2"; - sha256 = "sha256-+N7rhh1ALipy21HUC0jEQ2kCYbWlOveJg9TPe6dnF6I="; + sha256 = "sha256-CW9JVVdgeITg2/0TLprw1V8WW4VhBmCN2Ns8XmiZKh0="; }; patches = [ - (fetchpatch2 { - url = "https://github.com/supercollider/sc3-plugins/commit/3dc56bf7fcc1f2261afc13f96da762b78bcbfa51.patch"; - hash = "sha256-lvXvGunfmjt6i+XPog14IKdnH1Qk8vefxplSDkXXXHU="; - }) + # (fetchpatch2 { + # url = "https://github.com/supercollider/sc3-plugins/commit/3dc56bf7fcc1f2261afc13f96da762b78bcbfa51.patch"; + # hash = "sha256-lvXvGunfmjt6i+XPog14IKdnH1Qk8vefxplSDkXXXHU="; + # }) # Fix build with GCC 15 - (fetchpatch2 { - url = "https://github.com/supercollider/sc3-plugins/commit/deaa55a7204bedf65a2000a463ae87a481bf3eb8.patch"; - hash = "sha256-d8+4ZmedAwVt/AlU/YKqQF+80shEa8DiPnvMwJtW/RM="; - }) + # (fetchpatch2 { + # url = "https://github.com/supercollider/sc3-plugins/commit/deaa55a7204bedf65a2000a463ae87a481bf3eb8.patch"; + # hash = "sha256-d8+4ZmedAwVt/AlU/YKqQF+80shEa8DiPnvMwJtW/RM="; + # }) ]; strictDeps = true;