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

yq-go: 4.29.1 -> 4.29.2
This commit is contained in:
Stanisław Pitucha 2022-11-02 01:05:50 +11:00 committed by GitHub
commit 6bcc117fcf
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.29.1";
version = "4.29.2";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
sha256 = "sha256-aZMlWC6qtN2TvND18QO8Q3UicSNa9cZT/xPmia3V6FM=";
sha256 = "sha256-ZHl0FTxWdoxHrbWx6mp5qR/l/FtC3bBkzGuR0T2NouA=";
};
vendorSha256 = "sha256-L3l6wH4bR1/R6MtQTHYsyRE5E/EPnpNwa310zUONo+s=";