snd: 26.0 -> 26.2

This commit is contained in:
R. Ryantm
2026-03-21 13:43:29 +00:00
parent 7d1d835740
commit d5bd851183
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snd";
version = "26.0";
version = "26.2";
src = fetchurl {
url = "mirror://sourceforge/snd/snd-${finalAttrs.version}.tar.gz";
hash = "sha256-8b1jyf/6Jo/0NVy+Zvwb4gJ48j5Z94JFtVMgYB03CYc=";
hash = "sha256-niNk7SrAt069dzaMsbWxnxd5hNlN9xV2lgc1WgCRmcc=";
};
nativeBuildInputs = [