We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fb6098 + f97ef9c commit 8ab1d55Copy full SHA for 8ab1d55
pkgs/by-name/da/databricks-cli/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "databricks-cli";
11
- version = "0.228.1";
+ version = "0.229.0";
12
13
src = fetchFromGitHub {
14
owner = "databricks";
15
repo = "cli";
16
rev = "v${version}";
17
- hash = "sha256-zQ39PwVjyxOTo6P+RA4F20/28loMbu3Bprd4C3jgu5A=";
+ hash = "sha256-ap2IypBPFV4yJVXRS8zSXC0kW/QKpOvFS9Cod0pSlG0=";
18
};
19
20
- vendorHash = "sha256-SOeVIwMbx1eRzBvyfT3aaJOL7BCb745yezn1QYrf5vU=";
+ vendorHash = "sha256-yCwevuivIHZ0dns9QljiKvwws4cFknIydvfjs4Jib3s=";
21
22
excludedPackages = [ "bundle/internal" ];
23
0 commit comments