databricks-cli: 0.246.0 -> 0.247.1 (#398892)

Co-authored-by: taranarmo <taranarmo@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
taranarmo
and committed by
GitHub
a07db936 8ef983f9

+3 -3
+3 -3
pkgs/by-name/da/databricks-cli/package.nix
··· 10 11 buildGoModule (finalAttrs: { 12 pname = "databricks-cli"; 13 - version = "0.246.0"; 14 15 src = fetchFromGitHub { 16 owner = "databricks"; 17 repo = "cli"; 18 rev = "v${finalAttrs.version}"; 19 - hash = "sha256-G9+PkmwRYj6Zwc65tscohjv9X4vZmIQXuYK9Lhl0hgQ="; 20 }; 21 22 # Otherwise these tests fail asserting that the version is 0.0.0-dev ··· 25 --replace-fail "cli/0.0.0-dev" "cli/${finalAttrs.version}" 26 ''; 27 28 - vendorHash = "sha256-AQsZBNQA3upH4kNuf0Y7CP6IDuIDGPVYeqATAaBKFIk="; 29 30 excludedPackages = [ 31 "bundle/internal"
··· 10 11 buildGoModule (finalAttrs: { 12 pname = "databricks-cli"; 13 + version = "0.247.1"; 14 15 src = fetchFromGitHub { 16 owner = "databricks"; 17 repo = "cli"; 18 rev = "v${finalAttrs.version}"; 19 + hash = "sha256-c9ZcqJuue5Nccuhpoxud0LevJD2jNPAYuIrBaEuUihY="; 20 }; 21 22 # Otherwise these tests fail asserting that the version is 0.0.0-dev ··· 25 --replace-fail "cli/0.0.0-dev" "cli/${finalAttrs.version}" 26 ''; 27 28 + vendorHash = "sha256-c+fg2eJiuLr7UuWier7VFdLNFGDo0aCMo0q8/spnmSE="; 29 30 excludedPackages = [ 31 "bundle/internal"