gauge: 1.6.1 -> 1.6.2

Diff: https://github.com/getgauge/gauge/compare/v1.6.1...v1.6.2
This commit is contained in:
Vincent Demeester 2024-02-20 10:10:29 +01:00
parent 45b70ce5a4
commit 68c7788829

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gauge";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "getgauge";
repo = "gauge";
rev = "v${version}";
hash = "sha256-dgSrjSAO0MwVML07gIqI9hIgRu+Pgv2jZOItSFd0DVU=";
hash = "sha256-dCRuF1AYTcF2fKD7w7Gze2lE1hZYzpRz9u5p9uxqML0=";
};
vendorHash = "sha256-IGxETjZ2RCvhcA7XUQYbr2jf+9P/WReuAOLIpE3kyes=";
vendorHash = "sha256-j3FpQ48LjIVteN80zvz88FF3z+pYD2aHJW4VxT0z0vI=";
excludedPackages = [ "build" "man" ];