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

yq-go: 4.31.2 -> 4.32.2
This commit is contained in:
figsoda 2023-03-21 10:54:03 -04:00 committed by GitHub
commit c9ece0059f
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.31.2";
version = "4.32.2";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-Cf9Y7sdvpflQhhnOuRZUTyYQ3fpFTLo28dZtePsayfE=";
hash = "sha256-gP5Ah/KVWtmEl1CUKge5XdsYwoAAdNabb10b0pdN0tk=";
};
vendorHash = "sha256-nv1sJ5GGB2IbGF1ebGZmeKF6qHLXgFebdibcsB36juY=";
vendorHash = "sha256-/7ah71isg0GB9PncNamMKaW2cW+EMN2BaPqP7gsLMmg=";
nativeBuildInputs = [ installShellFiles ];