about summary refs log tree commit diff
path: root/pkgs/applications/audio/puredata
diff options
context:
space:
mode:
authorCarl Thomé <carlthome@gmail.com>2023-10-14 22:56:34 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-15 00:30:52 +0200
commit6e8611a7bc9fdd7d60f4052b01dc3c2790c84228 (patch)
treee439d82ab7d1a0b08acab3f2eeb450a62ca4e453 /pkgs/applications/audio/puredata
parent02925a263f5a6e56aa9956998663d54c880bc4c4 (diff)
puredata: refactor
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
Diffstat (limited to 'pkgs/applications/audio/puredata')
-rw-r--r--pkgs/applications/audio/puredata/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/puredata/default.nix b/pkgs/applications/audio/puredata/default.nix
index b1c64617bff5d..f8df443f5c788 100644
--- a/pkgs/applications/audio/puredata/default.nix
+++ b/pkgs/applications/audio/puredata/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://msp.ucsd.edu/Software/pd-${version}.src.tar.gz";
-    sha256 = "6MFKfYV5CWxuOsm1V4LaYChIRIlx0Qcwah5SbtBFZIU=";
+    hash = "sha256-6MFKfYV5CWxuOsm1V4LaYChIRIlx0Qcwah5SbtBFZIU=";
   };
 
   nativeBuildInputs = [ autoreconfHook gettext makeWrapper ];
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
     homepage = "http://puredata.info";
     license = licenses.bsd3;
     platforms = platforms.linux ++ platforms.darwin;
-    maintainers = [ maintainers.goibhniu maintainers.carlthome ];
+    maintainers = with maintainers; [ goibhniu carlthome ];
     mainProgram = "pd";
     changelog = "https://msp.puredata.info/Pd_documentation/x5.htm#s1";
   };