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

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

circleci-cli: 0.1.29041 -> 0.1.29314
parents bef38f03 4701361d
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.29041";
  version = "0.1.29314";

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

  vendorHash = "sha256-EcQ5/zp041P4qi8nenrWuVItV3mFI3EHHRhKm/tqpfA=";
  vendorHash = "sha256-eW36aQSK4W/HwTCPmeHIX53QN229KZhgGTb3oU10IcY=";

  nativeBuildInputs = [ installShellFiles ];