snd: 25.2 -> 25.3

This commit is contained in:
R. Ryantm
2025-04-22 00:41:53 +00:00
parent 21c17995f5
commit 8f8e30db64
+2 -2
View File
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "snd";
version = "25.2";
version = "25.3";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
hash = "sha256-BPtovk1seGGz/hrIRP5SEjfBIi4trZoKMLJ1v8DE/Tk=";
hash = "sha256-YZcMojm68CiyEH8shmoIH9Tl27RSV20q7UId7L9rhYM=";
};
nativeBuildInputs = [