yq-go: 4.29.1 -> 4.29.2

This commit is contained in:
R. Ryantm 2022-11-01 11:15:07 +00:00
parent afcb9e9c28
commit 10fa88a710

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