yq-go: 4.33.2 -> 4.33.3

This commit is contained in:
R. Ryantm 2023-04-25 04:26:03 +00:00
parent de91114b61
commit 39d2fafebc

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "yq-go";
version = "4.33.2";
version = "4.33.3";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-z4TSc6thjWoaucx2RBDDqK+f6689cympifGzzF4N07E=";
hash = "sha256-hsADk1h9bxqgvIddU0JTIv/uSJnukoJb39i0tngnImE=";
};
vendorHash = "sha256-aaQxW8fvDaOb49rsTw92WVWgtbJJHH7e92ChuhKI4ME=";
vendorHash = "sha256-EW2coQdrFfs6xYeJb+6gab8+CVT3O8x4cSRuj1o+3ok=";
nativeBuildInputs = [ installShellFiles ];