supercolliderPlugins.sc3-plugins: 3.11.1 → 3.13.0

Mostly minor, see https://github.com/supercollider/sc3-plugins/releases/tag/Version-3.13.0
This commit is contained in:
Lily Foster 2023-03-11 21:54:10 -05:00
parent 0c4800d579
commit 72094bce63
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "sc3-plugins";
version = "3.11.1";
version = "3.13.0";
src = fetchurl {
url = "https://github.com/supercollider/sc3-plugins/releases/download/Version-${version}/sc3-plugins-${version}-Source.tar.bz2";
sha256 = "sha256-JjUmu7PJ+x3yRibr+Av2gTREng51fPo7Rk+B4y2JvkQ=";
sha256 = "sha256-+N7rhh1ALipy21HUC0jEQ2kCYbWlOveJg9TPe6dnF6I=";
};
strictDeps = true;