wiki-go: 1.8.4 -> 1.8.5 (#497063)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-06 17:03:12 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "wiki-go";
version = "1.8.4";
version = "1.8.5";
src = fetchFromGitHub {
owner = "leomoon-studios";
repo = "wiki-go";
tag = "v${version}";
hash = "sha256-bZ1lOLjlx0wxpjM/baBiWljBonv62N7sVQjeiSc975k=";
hash = "sha256-6GgX2wEaQvW5ccayavbQ4FV3yQKUdcsbUfmLrO4Jxng=";
};
vendorHash = null;