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

yq-go: 4.42.1 -> 4.43.1
This commit is contained in:
lewo 2024-03-24 09:36:56 +01:00 committed by GitHub
commit be0ca110ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "yq-go";
version = "4.42.1";
version = "4.43.1";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-IBEW+IiDymquBhc+nsaYHM59uhBR3o6nt62undeprdY=";
hash = "sha256-AQOHVuDREp6OpwlPFwpCUOQACOsDRH0uM6WwKyEK4JI=";
};
vendorHash = "sha256-Sdml4C6fTp7dnEy4a+GqwoJoGyO1TLCiJlNf5Yoy5cg=";
vendorHash = "sha256-9GCqZS0fguJo8GkVPMgbstEVzrjIS0kdbNQEaT1HSFI=";
nativeBuildInputs = [ installShellFiles ];