summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-22 08:06:54 -0500
committerGitHub <noreply@github.com>2022-11-22 08:06:54 -0500
commit4529310531096d1f59c89fc57895a47bc1a50ab2 (patch)
tree69a96dd6c9df4a433006aa6690df577b62d4dd2b
parent39e2f4a4f39a7e9d8574d030ad154e690761fbf0 (diff)
parentefb156bf9a63732e75f3f908ecfee95b21d264b9 (diff)
downloadnixpkgs-4529310531096d1f59c89fc57895a47bc1a50ab2.tar
nixpkgs-4529310531096d1f59c89fc57895a47bc1a50ab2.tar.gz
nixpkgs-4529310531096d1f59c89fc57895a47bc1a50ab2.tar.bz2
nixpkgs-4529310531096d1f59c89fc57895a47bc1a50ab2.tar.lz
nixpkgs-4529310531096d1f59c89fc57895a47bc1a50ab2.tar.xz
nixpkgs-4529310531096d1f59c89fc57895a47bc1a50ab2.tar.zst
nixpkgs-4529310531096d1f59c89fc57895a47bc1a50ab2.zip
Merge pull request #202286 from r-ryantm/auto-update/ginkgo
ginkgo: 2.5.0 -> 2.5.1
-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 78631a64ee5..5ab050d5de5 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.5.0";
+  version = "2.5.1";
 
   src = fetchFromGitHub {
     owner = "onsi";
     repo = "ginkgo";
     rev = "v${version}";
-    sha256 = "sha256-jZadmIefrK3kSStbG1Q3+R08/lEaBE/yWNSpPFSLW6I=";
+    sha256 = "sha256-xoZVo+JEOXaME7gE9PuTfNmAyVTgczNuSzA4zYAfUmc=";
   };
-  vendorSha256 = "sha256-ZLDk61J7ci+OR1z3ddAfxeeDmRyTrVMHatc5thuCrl4=";
+  vendorSha256 = "sha256-a8NZ9Uws6OKfXWUL6oTZKoAG8pTYxxSNkefZtbqwyf4=";
 
   # integration tests expect more file changes
   # types tests are missing CodeLocation