Commit 9eb04846 authored by R. RyanTM's avatar R. RyanTM
Browse files

openlinkhub: 0.5.6 -> 0.5.7

parent af17f1e5
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.6";
  version = "0.5.7";

  src = fetchFromGitHub {
    owner = "jurkovic-nikola";
    repo = "OpenLinkHub";
    tag = version;
    hash = "sha256-iN58bC4do0rT+s8ezisaQo2/DWk5fK1mri0iduyz2EE=";
    hash = "sha256-WXurXrwqdX7rIPlVakodBaswakZFeTxczJ+j7AlIuOM=";
  };

  proxyVendor = true;