about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-05 07:36:52 -0500
committerGitHub <noreply@github.com>2020-03-05 07:36:52 -0500
commit6c188255f7274cde86e8e99db5d7a280b40fe0f8 (patch)
tree9da58239f43fa6e2e2e4d26f33cea19d2c2d31ee /pkgs/applications/audio
parent0692c7cb216a7497c98ce023d4b7785a441cac28 (diff)
parent18f7b5e404be70fb153d8b78fb26a097556eaf07 (diff)
downloadnixlib-6c188255f7274cde86e8e99db5d7a280b40fe0f8.tar
nixlib-6c188255f7274cde86e8e99db5d7a280b40fe0f8.tar.gz
nixlib-6c188255f7274cde86e8e99db5d7a280b40fe0f8.tar.bz2
nixlib-6c188255f7274cde86e8e99db5d7a280b40fe0f8.tar.lz
nixlib-6c188255f7274cde86e8e99db5d7a280b40fe0f8.tar.xz
nixlib-6c188255f7274cde86e8e99db5d7a280b40fe0f8.tar.zst
nixlib-6c188255f7274cde86e8e99db5d7a280b40fe0f8.zip
Merge pull request #81630 from r-ryantm/auto-update/snd
snd: 20.0 -> 20.1
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/snd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/snd/default.nix b/pkgs/applications/audio/snd/default.nix
index 54f8fe4c9ad1..cfe79f4e3613 100644
--- a/pkgs/applications/audio/snd/default.nix
+++ b/pkgs/applications/audio/snd/default.nix
@@ -4,11 +4,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "snd-20.0";
+  name = "snd-20.1";
 
   src = fetchurl {
     url = "mirror://sourceforge/snd/${name}.tar.gz";
-    sha256 = "195j0mkxvkb0znwhc0pjp4r0r8j4i12i27nxbkq27wg9rck6likc";
+    sha256 = "0v7zhavkkbh1bagzy3l08kb235hhdqn28y0m4znkd3k31p4l4dz8";
   };
 
   nativeBuildInputs = [ pkgconfig ];
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Sound editor";
-    homepage = http://ccrma.stanford.edu/software/snd;
+    homepage = "http://ccrma.stanford.edu/software/snd";
     platforms = stdenv.lib.platforms.linux;
     license = stdenv.lib.licenses.free;
     maintainers = with stdenv.lib.maintainers; [ ];