Unverified Commit c9ece005 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

yq-go: 4.31.2 -> 4.32.2
parents c03f31e9 746b9cf0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "yq-go";
  version = "4.31.2";
  version = "4.32.2";

  src = fetchFromGitHub {
    owner = "mikefarah";
    repo = "yq";
    rev = "v${version}";
    hash = "sha256-Cf9Y7sdvpflQhhnOuRZUTyYQ3fpFTLo28dZtePsayfE=";
    hash = "sha256-gP5Ah/KVWtmEl1CUKge5XdsYwoAAdNabb10b0pdN0tk=";
  };

  vendorHash = "sha256-nv1sJ5GGB2IbGF1ebGZmeKF6qHLXgFebdibcsB36juY=";
  vendorHash = "sha256-/7ah71isg0GB9PncNamMKaW2cW+EMN2BaPqP7gsLMmg=";

  nativeBuildInputs = [ installShellFiles ];