databricks-cli: 0.262.0 -> 0.263.0 (#432419)

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

authored by nixpkgs-merge-bot[bot] taranarmo and committed by GitHub b3b38b13 4cbf1a7b

+2 -2
+2 -2
pkgs/by-name/da/databricks-cli/package.nix
··· 10 10 11 11 buildGoModule (finalAttrs: { 12 12 pname = "databricks-cli"; 13 - version = "0.262.0"; 13 + version = "0.263.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "databricks"; 17 17 repo = "cli"; 18 18 rev = "v${finalAttrs.version}"; 19 - hash = "sha256-grA7HI9gJFgeqNxmd6SboAn9z2QKLok7BayGj2RMYog="; 19 + hash = "sha256-bRHZGoO7+k7HoXcyJMusqDnn3XoAesgZ280j8jNgQYY="; 20 20 }; 21 21 22 22 # Otherwise these tests fail asserting that the version is 0.0.0-dev