about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-08 19:35:56 -0500
committerGitHub <noreply@github.com>2020-04-08 19:35:56 -0500
commitd92cc0f25bedf0d2e7bd578c782d2fa604d79e50 (patch)
tree493d7502e4cc0e20b192b0431a039dd1cd5e6e04 /pkgs
parentc8e8a5425de89e300dc4c88a377b1e1bd537e82c (diff)
parent261bdcb25ce696b1b6bf8ea6b290c8f0778c1267 (diff)
Merge pull request #84640 from r-ryantm/auto-update/snd
snd: 20.1 -> 20.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/snd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/snd/default.nix b/pkgs/applications/audio/snd/default.nix
index cfe79f4e3613b..9bc8fcb66946e 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.1";
+  name = "snd-20.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/snd/${name}.tar.gz";
-    sha256 = "0v7zhavkkbh1bagzy3l08kb235hhdqn28y0m4znkd3k31p4l4dz8";
+    sha256 = "0ip4sfyxqlbghlggipmvvqjqs1a7qas0zcmzw8d1nwg6krjkfj0r";
   };
 
   nativeBuildInputs = [ pkgconfig ];