snd: 25.7 -> 25.8

This commit is contained in:
R. Ryantm
2025-10-12 12:34:43 +00:00
parent 146d1c3ba3
commit faa7b805f2
+2 -2
View File
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "snd";
version = "25.7";
version = "25.8";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${version}.tar.gz";
hash = "sha256-tkPb5gkeyFAJ2kAflZXUiR7langzn9NEUyjgEGDH+9w=";
hash = "sha256-ha8f7vBRUNEHXc0/E0L714jPFDVhMSCluKPrrdQYOTM=";
};
nativeBuildInputs = [