Unverified Commit 403690ca authored by lewo's avatar lewo Committed by GitHub
Browse files

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

yq-go: 4.40.7 -> 4.41.1
parents 5e55f0bb 44d2030e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";