clap: 1.2.8 -> 1.2.9

This commit is contained in:
R. Ryantm
2026-06-23 12:45:23 +00:00
parent 6319190c82
commit c597db8d07
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clap";
version = "1.2.8";
version = "1.2.9";
src = fetchFromGitHub {
owner = "free-audio";
repo = "clap";
rev = finalAttrs.version;
hash = "sha256-slvq7p15xCa7l2tvEaGPzDL8w6/8EI0DySC4Zp+c7tQ=";
hash = "sha256-iQRy4+FNT2oun2pkl89A/bPZyv2R0YyF35IhkIwA1B0=";
};
postPatch = ''