Skip to content

Commit

Permalink
Merge pull request #205868 from r-ryantm/auto-update/ginkgo
Browse files Browse the repository at this point in the history
ginkgo: 2.5.1 -> 2.6.0
  • Loading branch information
figsoda authored Dec 13, 2022
2 parents 5f5d24c + bd71a88 commit c2335ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/ginkgo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "ginkgo";
version = "2.5.1";
version = "2.6.0";

src = fetchFromGitHub {
owner = "onsi";
repo = "ginkgo";
rev = "v${version}";
sha256 = "sha256-xoZVo+JEOXaME7gE9PuTfNmAyVTgczNuSzA4zYAfUmc=";
sha256 = "sha256-uL6GPi+dcPkSAaGt1Fv2cJT3Q8nJaxqs8b5w9PFJm9g=";
};
vendorSha256 = "sha256-a8NZ9Uws6OKfXWUL6oTZKoAG8pTYxxSNkefZtbqwyf4=";

Expand Down

0 comments on commit c2335ed

Please sign in to comment.