Skip to content

Commit

Permalink
ginkgo: 2.5.1 -> 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 13, 2022
1 parent f401b78 commit bd71a88
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 bd71a88

Please sign in to comment.