Skip to content

Commit 55ea910

Browse files
committed
openlinkhub: 0.5.0 -> 0.5.1
1 parent ad98f87 commit 55ea910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/op/openlinkhub/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildGoModule rec {
1111
pname = "openlinkhub";
12-
version = "0.5.0";
12+
version = "0.5.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "jurkovic-nikola";
1616
repo = "OpenLinkHub";
1717
tag = version;
18-
hash = "sha256-2dsdswtpKXHEiPOdGS1gIyx8r3xx3Bjr2i4WyX4hmVY=";
18+
hash = "sha256-toCujsX+hR6JYxOc4UFnaN3A6p3IzyghcTtjbYe3GiY=";
1919
};
2020

2121
proxyVendor = true;

0 commit comments

Comments
 (0)