Unverified Commit 90f5ebbf authored by Ryan Mulligan's avatar Ryan Mulligan Committed by GitHub
Browse files

databricks-cli: 0.270.0 -> 0.276.0 (#459689)

parents ac9cc005 a21f7eee
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGoModule (finalAttrs: {
  pname = "databricks-cli";
  version = "0.270.0";
  version = "0.276.0";

  src = fetchFromGitHub {
    owner = "databricks";
    repo = "cli";
    rev = "v${finalAttrs.version}";
    hash = "sha256-DCgj2IXGidWET8jCmmmuz9viOjdO89UqloZ5yvnXluk=";
    hash = "sha256-iD8fB/sMHBGSL6pCEN3TPxlgcBd7+ckPXd7Gq3CLPEM=";
  };

  # Otherwise these tests fail asserting that the version is 0.0.0-dev
@@ -25,12 +25,13 @@ buildGoModule (finalAttrs: {
      --replace-fail "cli/0.0.0-dev" "cli/${finalAttrs.version}"
  '';

  vendorHash = "sha256-U5H20Csk8EhIqmUBN8DVYA5jta2LoGLs/EYiZbGo6Tc=";
  vendorHash = "sha256-mFM5i1ec+eB4IhxoZipMgXK3IZm9KcSmifE2kJRV9BY=";

  excludedPackages = [
    "bundle/internal"
    "acceptance"
    "integration"
    "tools/testrunner"
  ];

  ldflags = [