wiki-go: 1.8.7 -> 1.8.8

This commit is contained in:
R. Ryantm
2026-04-26 10:02:28 +00:00
parent 6453a034dc
commit 7e8e754cd7
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "wiki-go";
version = "1.8.7";
version = "1.8.8";
src = fetchFromGitHub {
owner = "leomoon-studios";
repo = "wiki-go";
tag = "v${version}";
hash = "sha256-5Swnr/V/lfXxF1tGhmq2mo+ZDmob9nLOS5pAYY58G/E=";
hash = "sha256-zFmyDupVOgj/oOAq8f2iG2glovWjaRy32GCh7u+Rjg8=";
};
vendorHash = null;