snd: 24.9 -> 25.0

This commit is contained in:
R. Ryantm
2025-01-05 21:49:21 +01:00
committed by Weijia Wang
parent bdd74bf0f0
commit cb9f5cbaae
+2 -2
View File
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "snd";
version = "24.9";
version = "25.0";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
sha256 = "sha256-3ETeqOOX9ao7FJIaex0A9WPRYO+yaZ+o8Gkjmxo9bK0=";
sha256 = "sha256-WJ5/XBqwV19ZoJufz2gMCMsmJfuKEPgwX/YveYp7j4s=";
};
nativeBuildInputs = [ pkg-config ];