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

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

yq-go: 4.33.2 -> 4.33.3
parents e2e676d8 39d2fafe
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.33.2";
  version = "4.33.3";

  src = fetchFromGitHub {
    owner = "mikefarah";
    repo = "yq";
    rev = "v${version}";
    hash = "sha256-z4TSc6thjWoaucx2RBDDqK+f6689cympifGzzF4N07E=";
    hash = "sha256-hsADk1h9bxqgvIddU0JTIv/uSJnukoJb39i0tngnImE=";
  };

  vendorHash = "sha256-aaQxW8fvDaOb49rsTw92WVWgtbJJHH7e92ChuhKI4ME=";
  vendorHash = "sha256-EW2coQdrFfs6xYeJb+6gab8+CVT3O8x4cSRuj1o+3ok=";

  nativeBuildInputs = [ installShellFiles ];