puredata: refactor

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>

authored by Carl Thomé Weijia Wang and committed by Weijia Wang 6e8611a7 02925a26

+6 -6
+2 -2
pkgs/applications/audio/pd-plugins/cyclone/default.nix
··· 8 8 owner = "porres"; 9 9 repo = "pd-cyclone"; 10 10 rev = "7c470fb03db66057a2198843b635ac3f1abde84d"; 11 - sha256 = "ixfnmeoRzV0qEOOIxCV1361t3d59fwxjHWhz9uXQ2ps="; 11 + hash = "sha256-ixfnmeoRzV0qEOOIxCV1361t3d59fwxjHWhz9uXQ2ps="; 12 12 }; 13 13 14 14 buildInputs = [ puredata ]; ··· 27 27 description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments"; 28 28 homepage = "http://puredata.info/downloads/cyclone"; 29 29 license = licenses.tcltk; 30 - maintainers = [ maintainers.magnetophon maintainers.carlthome ]; 30 + maintainers = with maintainers; [ magnetophon carlthome ]; 31 31 platforms = platforms.linux; 32 32 }; 33 33 }
+2 -2
pkgs/applications/audio/pd-plugins/gem/default.nix
··· 22 22 owner = "umlaeute"; 23 23 repo = "Gem"; 24 24 rev = "4ec12eef8716822c68f7c02a5a94668d2427037d"; 25 - sha256 = "Y/Z7oJdKGd7+aSk8eAN9qu4ss+BOvzaXWpWGjfJqGJ8="; 25 + hash = "sha256-Y/Z7oJdKGd7+aSk8eAN9qu4ss+BOvzaXWpWGjfJqGJ8="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ ··· 45 45 description = "Graphics Environment for Multimedia"; 46 46 homepage = "http://puredata.info/downloads/gem"; 47 47 license = licenses.gpl2Plus; 48 - maintainers = [ maintainers.raboof maintainers.carlthome ]; 48 + maintainers = with maintainers; [ raboof carlthome ]; 49 49 platforms = platforms.linux; 50 50 }; 51 51 }
+2 -2
pkgs/applications/audio/puredata/default.nix
··· 17 17 18 18 src = fetchurl { 19 19 url = "http://msp.ucsd.edu/Software/pd-${version}.src.tar.gz"; 20 - sha256 = "6MFKfYV5CWxuOsm1V4LaYChIRIlx0Qcwah5SbtBFZIU="; 20 + hash = "sha256-6MFKfYV5CWxuOsm1V4LaYChIRIlx0Qcwah5SbtBFZIU="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ autoreconfHook gettext makeWrapper ]; ··· 54 54 homepage = "http://puredata.info"; 55 55 license = licenses.bsd3; 56 56 platforms = platforms.linux ++ platforms.darwin; 57 - maintainers = [ maintainers.goibhniu maintainers.carlthome ]; 57 + maintainers = with maintainers; [ goibhniu carlthome ]; 58 58 mainProgram = "pd"; 59 59 changelog = "https://msp.puredata.info/Pd_documentation/x5.htm#s1"; 60 60 };