Merge pull request #117854 from r-ryantm/auto-update/yq-go

yq-go: 4.6.2 -> 4.6.3
This commit is contained in:
lewo 2021-03-28 09:20:07 +02:00 committed by GitHub
commit f6c34c9e0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "yq-go";
version = "4.6.2";
version = "4.6.3";
src = fetchFromGitHub {
owner = "mikefarah";
rev = "v${version}";
repo = "yq";
sha256 = "sha256-Hv1o1MzkpapmeIsZJ4peyG5kSHt0EXjTA+gE0iq1XF8=";
sha256 = "sha256-+qSGdskv8qUZRl7wYKn8WsgAcD8DYw1BwZnVKK6g/sI=";
};
vendorSha256 = "sha256-vpvIl1lfaziuoHs+oDEIztufH1somphiBAn6qTaQaZw=";