Unverified Commit 5fb510f3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #334613 from r-ryantm/auto-update/gauge-unwrapped

gauge-unwrapped: 1.6.7 -> 1.6.8
parents 116b2ccd ed2ade73
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "gauge";
  version = "1.6.7";
  version = "1.6.8";

  patches = [
    # adds a check which adds an error message when trying to
@@ -14,10 +14,10 @@ buildGoModule rec {
    owner = "getgauge";
    repo = "gauge";
    rev = "v${version}";
    hash = "sha256-+6b34nCuoBGd9v9eoAgthxYboGWDM8rCU56VXpVKdQc=";
    hash = "sha256-ifE+6lwBYVZl0eAOCUTrqqTwVnKvCB44AHXTyLhsMX8=";
  };

  vendorHash = "sha256-VVHsldLfLrdufSBLbgSlniYK1+64651DL8gzw5VHans=";
  vendorHash = "sha256-yh7hAKmt2qn2jmPKGF+ATvZd4miNHuHsKlFNaWibTJQ=";

  excludedPackages = [ "build" "man" ];