Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-28 12:06:21 +00:00
committed by GitHub
14 changed files with 90 additions and 70 deletions

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=";