openlinkhub: 0.4.8 -> 0.5.0 (#377399)

Co-authored-by: Bot-wxt1221 <3264117476@qq.com>

authored by nixpkgs-merge-bot[bot] Bot-wxt1221 and committed by GitHub bb2b0c59 83defbad

+2 -2
+2 -2
pkgs/by-name/op/openlinkhub/package.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "openlinkhub"; 12 - version = "0.4.8"; 12 + version = "0.5.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "jurkovic-nikola"; 16 16 repo = "OpenLinkHub"; 17 17 tag = version; 18 - hash = "sha256-gsMzquVK4QVXZPHIeAuZW/vHW8tRBWcVAX+/fORDp+U="; 18 + hash = "sha256-2dsdswtpKXHEiPOdGS1gIyx8r3xx3Bjr2i4WyX4hmVY="; 19 19 }; 20 20 21 21 proxyVendor = true;