openlinkhub: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm
2025-09-03 11:17:15 +00:00
parent d96dab0c50
commit 0d61b5f1ac
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "openlinkhub";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "jurkovic-nikola";
repo = "OpenLinkHub";
tag = version;
hash = "sha256-kEbJwCAs2gTNs0z8A3kOl1O4HQ4L5+urTo+hLh6vOPM=";
hash = "sha256-fmWfHJ6alB+UlHlUrwMQ/npv7SuMjAz5hT0UGhB7O/E=";
};
proxyVendor = true;