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

gauge-unwrapped: 1.6.20 -> 1.6.21 (#448328)

parents 328115af 9d426a5c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

buildGoModule rec {
  pname = "gauge";
  version = "1.6.20";
  version = "1.6.21";

  patches = [
    # adds a check which adds an error message when trying to
@@ -18,10 +18,10 @@ buildGoModule rec {
    owner = "getgauge";
    repo = "gauge";
    tag = "v${version}";
    hash = "sha256-Ynyi2ph1L9SfxDwgXqw55nieP5o9LyHxKw4HYQEhXEo=";
    hash = "sha256-mUuoGLAVUShhNsSjURCL6yWcIW+K7P8KEBwBoBelgyw=";
  };

  vendorHash = "sha256-vv77sD+H2PI06iaJWNGoT4Oe53Shc7QxlSL1nX4i4+Y=";
  vendorHash = "sha256-WyQbvZNd61L4Bz5btZ2hkrCTb5iuJJU5yNDzuYR5Sdc=";

  excludedPackages = [
    "build"