[Backport release-26.05] openlinkhub: 0.8.4 -> 0.8.8 (#533852)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-21 18:56:18 +00:00 committed by GitHub
commit cba205e004
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,13 +11,13 @@
buildGoModule (finalAttrs: {
pname = "openlinkhub";
version = "0.8.4";
version = "0.8.8";
src = fetchFromGitHub {
owner = "jurkovic-nikola";
repo = "OpenLinkHub";
tag = finalAttrs.version;
hash = "sha256-yxLRwYsBvwpPVeQWx8R9bfbtdkGu2qUsDiyoijcTD2g=";
hash = "sha256-uYuhmvdHNVs19egakwDOvIJ2IEAeZEAV6qgMYEl+Ie4=";
};
proxyVendor = true;