openlinkhub: 0.5.7 -> 0.5.8

This commit is contained in:
R. Ryantm
2025-06-21 21:42:28 +00:00
parent 379f765fb8
commit 9a354c8d03
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "openlinkhub";
version = "0.5.7";
version = "0.5.8";
src = fetchFromGitHub {
owner = "jurkovic-nikola";
repo = "OpenLinkHub";
tag = version;
hash = "sha256-WXurXrwqdX7rIPlVakodBaswakZFeTxczJ+j7AlIuOM=";
hash = "sha256-PThcqTHjVgUDUCA0uvkDr6vNoCKa96bF0UaHz2drAsQ=";
};
proxyVendor = true;