snd: 25.8 -> 26.0

This commit is contained in:
R. Ryantm
2026-02-03 00:09:55 +01:00
committed by Weijia Wang
parent 79faf5ae04
commit 0943d3f885
+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 = [