about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-12 19:19:20 +0200
committerGitHub <noreply@github.com>2024-05-12 19:19:20 +0200
commit98d17fe5beb1acd1a5e68a0c63ac32943332232d (patch)
treec493285aa33468a5c1edba098997814b5646b613
parentd76bddb80735e7920ddc8cd156b365caec557d0f (diff)
parentd86ac883a4f6d17041b03148b9974e9587956780 (diff)
Merge pull request #308179 from r-ryantm/auto-update/snd
snd: 24.2 -> 24.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 6958a38f25863..4cb879850b095 100644
--- a/pkgs/applications/audio/snd/default.nix
+++ b/pkgs/applications/audio/snd/default.nix
@@ -5,11 +5,11 @@
 
 stdenv.mkDerivation rec {
   pname = "snd";
-  version = "24.2";
+  version = "24.3";
 
   src = fetchurl {
     url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
-    sha256 = "sha256-1ngnhOpPaRGH3xmiA7cUfVDqlJM1ZC+XfeSiV8vcdls=";
+    sha256 = "sha256-riy8WrL6jbD4aYnFf9x5DVeYabmty0OCb53jP3iVD9I=";
   };
 
   nativeBuildInputs = [ pkg-config ];