Skip to content

Commit

Permalink
Merge pull request NixOS#160296 from r-ryantm/auto-update/ginkgo
Browse files Browse the repository at this point in the history
ginkgo: 2.1.2 -> 2.1.3
  • Loading branch information
bobby285271 authored Feb 16, 2022
2 parents 27c2977 + e85a87e commit 8d36881
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.1.2";
version = "2.1.3";

src = fetchFromGitHub {
owner = "onsi";
repo = "ginkgo";
rev = "v${version}";
sha256 = "sha256-/VJ1r1t/V2YkZGJUrJR3S6NPVP6EADIH9E6jmki8QRI=";
sha256 = "sha256-q+m1NDl9zd6ueyBTzbzlvHIQyoIul5dAfUQ6UK4wlrc=";
};
vendorSha256 = "sha256-kMQ60HdsorZU27qoOY52DpwFwP+Br2bp8mRx+ZwnQlI=";

Expand Down

0 comments on commit 8d36881

Please sign in to comment.