Merge pull request #226807 from r-ryantm/auto-update/goconvey

goconvey: 1.7.2 -> 1.8.0
This commit is contained in:
figsoda 2023-04-18 11:37:55 -04:00 committed by GitHub
commit 3d4cd74a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "goconvey";
version = "1.7.2";
version = "1.8.0";
excludedPackages = "web/server/watch/integration_testing";
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "smartystreets";
repo = "goconvey";
rev = "v${version}";
sha256 = "sha256-YT9M9VaLIGUo6pdkaLWLtomcjrDqdnOqwl+C9UwDmT8=";
sha256 = "sha256-JgforTGu5aiQHltZrAfy16Bsu4UJ2pj6cCiof6sxz7s=";
};
vendorSha256 = "sha256-sHyK/4YdNCLCDjxjMKygWAVRnHZ1peYjYRYyEcqoe+E=";
vendorHash = "sha256-CCtWsljI14VOGjPid6ouzvieDbylh9ljoUcAoR9r4b4=";
ldflags = [ "-s" "-w" ];