yq-go: 4.33.3 -> 4.34.1

This commit is contained in:
R. Ryantm 2023-05-26 05:33:00 +00:00
parent f864e73325
commit efc54b9fa4

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "yq-go";
version = "4.33.3";
version = "4.34.1";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-hsADk1h9bxqgvIddU0JTIv/uSJnukoJb39i0tngnImE=";
hash = "sha256-rkf3yoTB7umGHvbVb7eg21a4AJTyYOuWf4jHs274SGc=";
};
vendorHash = "sha256-EW2coQdrFfs6xYeJb+6gab8+CVT3O8x4cSRuj1o+3ok=";
vendorHash = "sha256-726kRRxFj7tqVguPDiHuPpHRN2+FDsqBtIJ4J8I/0Oc=";
nativeBuildInputs = [ installShellFiles ];