lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cyclone: 0.7-0 -> unstable-2023-09-12

authored by

Carl Thomé and committed by
GitHub
02925a26 c5a5c7d0

+3 -4
+3 -4
pkgs/applications/audio/pd-plugins/cyclone/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "cyclone"; 5 - version = "0.7-0"; 5 + version = "unstable-2023-09-12"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "porres"; 9 9 repo = "pd-cyclone"; 10 - rev = "cyclone_${version}"; 11 - sha256 = "C+zs+xNyv6bV1LIZT2E7Yg0fyHADcHze3VpmmW/YJWg="; 10 + rev = "7c470fb03db66057a2198843b635ac3f1abde84d"; 11 + sha256 = "ixfnmeoRzV0qEOOIxCV1361t3d59fwxjHWhz9uXQ2ps="; 12 12 }; 13 13 14 14 buildInputs = [ puredata ]; ··· 24 24 ''; 25 25 26 26 meta = with lib; { 27 - broken = true; 28 27 description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments"; 29 28 homepage = "http://puredata.info/downloads/cyclone"; 30 29 license = licenses.tcltk;