openlinkhub: 0.5.6 -> 0.5.7

This commit is contained in:
R. Ryantm
2025-06-12 14:48:38 +00:00
parent af17f1e57c
commit 9eb048467d
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "openlinkhub";
version = "0.5.6";
version = "0.5.7";
src = fetchFromGitHub {
owner = "jurkovic-nikola";
repo = "OpenLinkHub";
tag = version;
hash = "sha256-iN58bC4do0rT+s8ezisaQo2/DWk5fK1mri0iduyz2EE=";
hash = "sha256-WXurXrwqdX7rIPlVakodBaswakZFeTxczJ+j7AlIuOM=";
};
proxyVendor = true;