summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-14 18:38:37 -0500
committerGitHub <noreply@github.com>2023-01-14 18:38:37 -0500
commit267642df33dfc12736a7636f80c461ac0aac0678 (patch)
treef8ed297b2b1d0a1d3e5f7efa8730caa452ee9490
parent3fe3860460122f84a09c68d3d59f30f3e27cb0dc (diff)
parent253801d0eecfa76973985e507b1baf1cf137bf6d (diff)
Merge pull request #210775 from r-ryantm/auto-update/ginkgo
ginkgo: 2.6.1 -> 2.7.0
-rw-r--r--pkgs/development/tools/ginkgo/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/ginkgo/default.nix b/pkgs/development/tools/ginkgo/default.nix
index 8226b0a41d1d..e33d773a40e3 100644
--- a/pkgs/development/tools/ginkgo/default.nix
+++ b/pkgs/development/tools/ginkgo/default.nix
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "ginkgo";
- version = "2.6.1";
+ version = "2.7.0";
src = fetchFromGitHub {
owner = "onsi";
repo = "ginkgo";
rev = "v${version}";
- sha256 = "sha256-l1R/S6FHvCzdT0nhckyIi29Nntbj7lCeJghY2Tf9C2c=";
+ sha256 = "sha256-UXuRhozEC6zjOzjRi88mS7vyMqvBSnFCj6HXC4zZEp0=";
};
- vendorSha256 = "sha256-SV7G/FZ7kj2ghr15oTMK25Y4SjaIfRc3UfxMPFr4src=";
+ vendorHash = "sha256-SV7G/FZ7kj2ghr15oTMK25Y4SjaIfRc3UfxMPFr4src=";
# integration tests expect more file changes
# types tests are missing CodeLocation