Merge pull request #125031 from r-ryantm/auto-update/ginkgo

ginkgo: 1.16.2 -> 1.16.3
This commit is contained in:
Ryan Mulligan 2021-05-31 07:03:30 -07:00 committed by GitHub
commit 9a5a29cfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ginkgo";
version = "1.16.2";
version = "1.16.3";
src = fetchFromGitHub {
owner = "onsi";
repo = "ginkgo";
rev = "v${version}";
sha256 = "sha256-u2roJsZZ5oG2dHo4kmSsoySjm1HRQJ659+D2M+LezCc=";
sha256 = "sha256-MDxDDZaNgjZz98lAoIIpWbIg7Cr/6kohSh+WL/1Ljyo=";
};
vendorSha256 = "sha256-tS8YCGVOsfQp02vY6brmE3pxi70GG9DYcp1JDkcVG9Y=";
doCheck = false;