We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83defba + b1b4dba commit bb2b0c5Copy full SHA for bb2b0c5
pkgs/by-name/op/openlinkhub/package.nix
@@ -9,13 +9,13 @@
9
10
buildGoModule rec {
11
pname = "openlinkhub";
12
- version = "0.4.8";
+ version = "0.5.0";
13
14
src = fetchFromGitHub {
15
owner = "jurkovic-nikola";
16
repo = "OpenLinkHub";
17
tag = version;
18
- hash = "sha256-gsMzquVK4QVXZPHIeAuZW/vHW8tRBWcVAX+/fORDp+U=";
+ hash = "sha256-2dsdswtpKXHEiPOdGS1gIyx8r3xx3Bjr2i4WyX4hmVY=";
19
};
20
21
proxyVendor = true;
0 commit comments