openlinkhub: 0.4.4 -> 0.4.5 (#371438)

authored by

Gaétan Lepage and committed by
GitHub
8fae40e4 bc5c5a9d

+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.4"; 12 + version = "0.4.5"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "jurkovic-nikola"; 16 16 repo = "OpenLinkHub"; 17 17 tag = version; 18 - hash = "sha256-MpG2RJdzDGaoXfN8YdxqXttpsjAEslN5xGdkWyDWX/c="; 18 + hash = "sha256-67dnZr83QCAy7fWrrbdSV3Yh8ProewZsL6Gv8Bnc3f4="; 19 19 }; 20 20 21 21 proxyVendor = true;