From 8c98ef1b1f3b4eec2d564d48f0b8123e30198464 Mon Sep 17 00:00:00 2001 From: Christopher Crouse Date: Fri, 7 Aug 2026 07:32:48 +0200 Subject: [PATCH] openlinkhub: 0.8.9 -> 0.9.0 (cherry picked from commit d3687538328f6578ccad6455e83ef9b583344bd2) --- pkgs/by-name/op/openlinkhub/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/op/openlinkhub/package.nix b/pkgs/by-name/op/openlinkhub/package.nix index d056564f6c43..7330c386cb13 100644 --- a/pkgs/by-name/op/openlinkhub/package.nix +++ b/pkgs/by-name/op/openlinkhub/package.nix @@ -11,17 +11,17 @@ buildGoModule (finalAttrs: { pname = "openlinkhub"; - version = "0.8.9"; + version = "0.9.0"; src = fetchFromGitHub { owner = "jurkovic-nikola"; repo = "OpenLinkHub"; tag = finalAttrs.version; - hash = "sha256-g8ZdiBaEelS+LhnOA23mMR+irN1wKD6Rp66sCnSD2tU="; + hash = "sha256-VGrLQmg+ze60LRVmzeN8y8W8ZQt1Zxk8iENOsxNaOZ4="; }; proxyVendor = true; - vendorHash = "sha256-/itomxsbTDT7ML52bpUfDZIBZ/Rh/zx4Blg+PP7m7gE="; + vendorHash = "sha256-d0tA2XVDF/PzmBKqBSjfKJ3C3Lt0gMi3i2bx5LKRgj8="; nativeBuildInputs = [ pkg-config ];