Unverified Commit 566b37ab authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #254218 from r-ryantm/auto-update/ghorg

ghorg: 1.9.7 -> 1.9.9
parents a5f7a8ba c2720af3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "ghorg";
  version = "1.9.7";
  version = "1.9.9";

  src = fetchFromGitHub {
    owner = "gabrie30";
    repo = "ghorg";
    rev = "v${version}";
    sha256 = "sha256-uIhYk79ZXcJ/ttexgjtxskI2nEwlq+E4jgIZzwz8hmI=";
    sha256 = "sha256-yq95+MHMbzVg8i/55EZBVCVkE3uwD964fAaXWP5aWYw=";
  };

  doCheck = false;