Skip to content

Commit

Permalink
Merge pull request #91887 from r-ryantm/auto-update/yq-go
Browse files Browse the repository at this point in the history
yq-go: 3.3.1 -> 3.3.2
  • Loading branch information
marsam committed Jul 1, 2020
2 parents 8c1a685 + 1a7ac58 commit 09756b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/yq-go/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "yq-go";
version = "3.3.1";
version = "3.3.2";

src = fetchFromGitHub {
owner = "mikefarah";
rev = version;
repo = "yq";
sha256 = "0fr6zwnij3r53dqdw43qfmp4nw26gv6zmj066l44fazka4fl25i6";
sha256 = "1rdpjxnq6cs6gwpp4bijp38b657yzjqcdzf98lhhpbpskjz8k8pp";
};

vendorSha256 = "1bjy3qr26zndr3dhh9gd33rhm5gy779525qgzjw4a4mla0p2q6kl";
Expand Down

0 comments on commit 09756b3

Please sign in to comment.