snd: 25.8 -> 26.0 (#463167)

This commit is contained in:
Weijia Wang
2026-02-03 00:08:07 +00:00
committed by GitHub
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snd";
version = "25.8";
version = "26.0";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${finalAttrs.version}.tar.gz";
hash = "sha256-ha8f7vBRUNEHXc0/E0L714jPFDVhMSCluKPrrdQYOTM=";
hash = "sha256-8b1jyf/6Jo/0NVy+Zvwb4gJ48j5Z94JFtVMgYB03CYc=";
};
nativeBuildInputs = [