Merge pull request #183321 from r-ryantm/auto-update/gotestsum

gotestsum: 1.8.0 -> 1.8.1
This commit is contained in:
Mario Rodas 2022-07-28 11:43:51 -05:00 committed by GitHub
commit b14ed6d86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gotestsum";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "gotestyourself";
repo = "gotestsum";
rev = "v${version}";
sha256 = "sha256-6GEkuVa6RCMv0FsTYXhhscVe3Ya78qwbj7Im9AL0fOo=";
sha256 = "sha256-EACzBakuMlwDUJTk/63OxFx3olNtyDLBYRdGE9BSSYI=";
};
vendorSha256 = "sha256-wP5y8Ec6eSe+rdMEQQdX0fFTQ0HWuiyBRHxGlraZd+o=";