yq-go: 4.40.7 -> 4.41.1

This commit is contained in:
R. Ryantm 2024-02-16 02:38:40 +00:00
parent f9d40ef7bc
commit 44d2030ecb

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "yq-go";
version = "4.40.7";
version = "4.41.1";
src = fetchFromGitHub {
owner = "mikefarah";
repo = "yq";
rev = "v${version}";
hash = "sha256-VvA6PYJYRejGlYDb/gyHDQSNOwDWSE7vXPqYGrVLtko=";
hash = "sha256-1zYem/cvvndyrWaE8wYoxouDDnQyT+VeupFF1VkuC2w=";
};
vendorHash = "sha256-5jc9AQ1T4818kvAF6SU6JEdCQWt1gRJnESXRMGvqrB0=";