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

yq-go: 4.44.2 -> 4.44.3
This commit is contained in:
Sandro 2024-08-05 20:56:36 +02:00 committed by GitHub
commit a793474cfe
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.44.2";
version = "4.44.3";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-l5/D2yCbf4CB4bUB/wIN/MW4u2D8pv7N6bL5q5DoDMs=";
hash = "sha256-bQNa19K4wO2XoSecyfOQKTfHFTxkji1U42bL4k1G7Gg=";
};
vendorHash = "sha256-HiRdz6fDu0Q0mAi2E5Ec0Hst8mhJEfvNuoDXJ5Ak+js=";
vendorHash = "sha256-LsunMHKtyAkTAJhqURoAhIIyW//d37ZW4trr+x/Cd8U=";
nativeBuildInputs = [ installShellFiles ];