openlinkhub: 0.4.4 -> 0.4.5

This commit is contained in:
wxt
2025-01-06 21:13:06 +08:00
parent fe70e52a80
commit f0b0f90063
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "openlinkhub";
version = "0.4.4";
version = "0.4.5";
src = fetchFromGitHub {
owner = "jurkovic-nikola";
repo = "OpenLinkHub";
tag = version;
hash = "sha256-MpG2RJdzDGaoXfN8YdxqXttpsjAEslN5xGdkWyDWX/c=";
hash = "sha256-67dnZr83QCAy7fWrrbdSV3Yh8ProewZsL6Gv8Bnc3f4=";
};
proxyVendor = true;