Unverified Commit 50bb9b15 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

openlinkhub: 0.5.2 -> 0.5.4 (#397707)



Co-authored-by: default avatarBot-wxt1221 <3264117476@qq.com>
parents cd553c66 6f8162e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "openlinkhub";
  version = "0.5.2";
  version = "0.5.4";

  src = fetchFromGitHub {
    owner = "jurkovic-nikola";
    repo = "OpenLinkHub";
    tag = version;
    hash = "sha256-vr3X3nlojHTZBF7fQukIYguXO4RQKGuDyP6D4tSGKw8=";
    hash = "sha256-cfnijxmn4Oe/t+K/N1JDTSQ3JSYyzB85gXj7OJ5hqr4=";
  };

  proxyVendor = true;