databricks-cli: 0.255.0 -> 0.257.0 (#420040)

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

authored by nixpkgs-merge-bot[bot] taranarmo and committed by GitHub 034ccc45 82eeda2a

+3 -3
+3 -3
pkgs/by-name/da/databricks-cli/package.nix
··· 10 10 11 11 buildGoModule (finalAttrs: { 12 12 pname = "databricks-cli"; 13 - version = "0.255.0"; 13 + version = "0.257.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "databricks"; 17 17 repo = "cli"; 18 18 rev = "v${finalAttrs.version}"; 19 - hash = "sha256-UoBlrNvvUbhcx5TGskDDppvnMtS1MnThcn+AVPfCjhg="; 19 + hash = "sha256-1HLQl6tYzTMnpZholpo0grljTxCoptYfQZzRk9+gFQU="; 20 20 }; 21 21 22 22 # Otherwise these tests fail asserting that the version is 0.0.0-dev ··· 25 25 --replace-fail "cli/0.0.0-dev" "cli/${finalAttrs.version}" 26 26 ''; 27 27 28 - vendorHash = "sha256-HS6btkCtGToEwIjUwgdNqeHgAK3YMCLK13yAuEzr4Qs="; 28 + vendorHash = "sha256-J3tu50ci9WBa0gLf3FWt2pRkeSSdVX+YlMjYU+5n2+U="; 29 29 30 30 excludedPackages = [ 31 31 "bundle/internal"