databricks-cli: 0.263.0 -> 0.264.2 (#434667)

Co-authored-by: taranarmo <taranarmo@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-18 08:05:12 +00:00 committed by GitHub
commit c94eefd52b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "databricks-cli"; pname = "databricks-cli";
version = "0.263.0"; version = "0.264.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "databricks"; owner = "databricks";
repo = "cli"; repo = "cli";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-bRHZGoO7+k7HoXcyJMusqDnn3XoAesgZ280j8jNgQYY="; hash = "sha256-tPX0QOtNsRf8W0jP8BLL3QE3FDFq12WpObwra+FjH9I=";
}; };
# Otherwise these tests fail asserting that the version is 0.0.0-dev # Otherwise these tests fail asserting that the version is 0.0.0-dev
@ -25,7 +25,7 @@ buildGoModule (finalAttrs: {
--replace-fail "cli/0.0.0-dev" "cli/${finalAttrs.version}" --replace-fail "cli/0.0.0-dev" "cli/${finalAttrs.version}"
''; '';
vendorHash = "sha256-sJyinqKX4irO4rquJ1hxDU/GH4XcyxPGw7qH0ZLgdxU="; vendorHash = "sha256-Uv2B9Z2qfuGEjTo4Jcwf0ygB+keWQixeymZrT+KdHlg=";
excludedPackages = [ excludedPackages = [
"bundle/internal" "bundle/internal"