summary refs log tree commit diff
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2020-08-22 20:39:29 +0200
committerGitHub <noreply@github.com>2020-08-22 20:39:29 +0200
commit35c967c1eb9873a424014b5fc52d8042b120a849 (patch)
tree6a003e91b9229b737c3a3c282661b22f06e940b4
parent8afdfde229eaaa574b1ba21cabb40a41c378e788 (diff)
parent3f27f5b022e208e07b545a47805a26491f1e87b0 (diff)
downloadnixpkgs-35c967c1eb9873a424014b5fc52d8042b120a849.tar
nixpkgs-35c967c1eb9873a424014b5fc52d8042b120a849.tar.gz
nixpkgs-35c967c1eb9873a424014b5fc52d8042b120a849.tar.bz2
nixpkgs-35c967c1eb9873a424014b5fc52d8042b120a849.tar.lz
nixpkgs-35c967c1eb9873a424014b5fc52d8042b120a849.tar.xz
nixpkgs-35c967c1eb9873a424014b5fc52d8042b120a849.tar.zst
nixpkgs-35c967c1eb9873a424014b5fc52d8042b120a849.zip
Merge pull request #87488 from r-ryantm/auto-update/snd
snd: 20.2 -> 20.3
-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 9bc8fcb6694..76ea4efeace 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.2";
+  name = "snd-20.3";
 
   src = fetchurl {
     url = "mirror://sourceforge/snd/${name}.tar.gz";
-    sha256 = "0ip4sfyxqlbghlggipmvvqjqs1a7qas0zcmzw8d1nwg6krjkfj0r";
+    sha256 = "016slh34gb6qqb38m8k9yg48rbhc5p12084szcwvanhh5v7fc7mk";
   };
 
   nativeBuildInputs = [ pkgconfig ];