yq-go: 4.40.4 -> 4.40.5

This commit is contained in:
Paul Meyer 2023-12-12 09:33:00 +01:00
parent 5d43a8764f
commit 324c7bbda1

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "yq-go";
version = "4.40.4";
version = "4.40.5";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-cEOOaQAduL9a+EwWigzPDN1ABM6wEjEc8dV4ESFkMXA=";
hash = "sha256-CCgertXgnA6q259Ngmy4EBD6GDuvSb0bREDddR2ht8E=";
};
vendorHash = "sha256-kFDW8HrBhSuflAbuC6Zs/61OLXPsfPQfYU7Laa7eK9c=";
vendorHash = "sha256-SQGJj5syay4LllqmK/cRoZbprgDQhLGdQM3T1m/dZsI=";
nativeBuildInputs = [ installShellFiles ];