about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-12 02:26:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-12 02:26:18 +0000
commitc88481a8c043f4cdff7e99e873853236db348528 (patch)
tree1e8190d0920be986f7c54362d5f50a9ecf949119
parent52544c4a0a84552db4013a8858ade52eaf7ff0ca (diff)
snd: 24.1 -> 24.2
-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 9151cdff76085..6958a38f25863 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.1";
+  version = "24.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
-    sha256 = "sha256-hC6GddYjBD6p4zwHD3fCvZZLwpRiNKOb6aaHstRhA1M=";
+    sha256 = "sha256-1ngnhOpPaRGH3xmiA7cUfVDqlJM1ZC+XfeSiV8vcdls=";
   };
 
   nativeBuildInputs = [ pkg-config ];