Merge pull request #315625 from NixOS/backport-315339-to-release-24.05

[Backport release-24.05] ginkgo: 2.18.0 -> 2.19.0
This commit is contained in:
Nick Cao 2024-05-29 11:29:38 -04:00 committed by GitHub
commit f86bee358b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ginkgo";
version = "2.18.0";
version = "2.19.0";
src = fetchFromGitHub {
owner = "onsi";
repo = "ginkgo";
rev = "v${version}";
sha256 = "sha256-e8XL79Qj38I+oYJdBut1VL0DlU/tE1q7v1N8JmWjrfA=";
sha256 = "sha256-+Kh+Pn0oEq/eDXE+vsYrSOqhSoeQoIueb6mVpT2bljc=";
};
vendorHash = "sha256-ccqhuUL99dtIeiEM4hRdi0479I0cyf8pxSZz0G6Vm+w=";