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

yq-go: 4.33.2 -> 4.33.3
This commit is contained in:
lewo 2023-04-25 08:57:20 +02:00 committed by GitHub
commit abdbf67a29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];