Unverified Commit e03be91f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #288807 from r-ryantm/auto-update/circleci-cli

circleci-cli: 0.1.29936 -> 0.1.30084
parents 8e573554 7428d205
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "circleci-cli";
  version = "0.1.29936";
  version = "0.1.30084";

  src = fetchFromGitHub {
    owner = "CircleCI-Public";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-PJy2kg727ZEsEbQzR5EE8SeYfM1ZqaIbS2FZxewn5J0=";
    sha256 = "sha256-LZPHBxl1wBZD0zk11Yu2cKwBdOa1QXtLPpNvjeCOuJY=";
  };

  vendorHash = "sha256-mDpuoKOW2/PexZ/yJeQ2yzCjoKfD23J36pZ5BPDo/mg=";
  vendorHash = "sha256-Ko2y/3h/SZk5aDympMT7nkZqXU1JsvKOaztKm8A8YXQ=";

  nativeBuildInputs = [ installShellFiles ];