lol

databricks-cli: 0.249.0 -> 0.250.0 (#404485)

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

authored by

nixpkgs-merge-bot[bot]
taranarmo
and committed by
GitHub
7b41b520 ee44c86f

+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.249.0"; 13 + version = "0.250.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "databricks"; 17 17 repo = "cli"; 18 18 rev = "v${finalAttrs.version}"; 19 - hash = "sha256-DNa/ovllWJwsja8+QXP4Z38NE2uO99kHFQsXAEbKciQ="; 19 + hash = "sha256-AqXwlt7Aqi0cRoDiUfE1LFOJqtRmySuA6D4RMYOonU4="; 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-Nj9oQryh3tsXUoIPunl5EXKkWeT76zGTsdFaK0UuNVY="; 28 + vendorHash = "sha256-tpm7eCjJuRpVnZfMZais1bHVhnQ8DxchaN1/7ljKNOo="; 29 29 30 30 excludedPackages = [ 31 31 "bundle/internal"