Skip to content

Commit 844f171

Browse files
committed
databricks-cli: 0.255.0 -> 0.257.0
1 parent e1a2d75 commit 844f171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/da/databricks-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
buildGoModule (finalAttrs: {
1212
pname = "databricks-cli";
13-
version = "0.255.0";
13+
version = "0.257.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "databricks";
1717
repo = "cli";
1818
rev = "v${finalAttrs.version}";
19-
hash = "sha256-UoBlrNvvUbhcx5TGskDDppvnMtS1MnThcn+AVPfCjhg=";
19+
hash = "sha256-1HLQl6tYzTMnpZholpo0grljTxCoptYfQZzRk9+gFQU=";
2020
};
2121

2222
# Otherwise these tests fail asserting that the version is 0.0.0-dev
@@ -25,7 +25,7 @@ buildGoModule (finalAttrs: {
2525
--replace-fail "cli/0.0.0-dev" "cli/${finalAttrs.version}"
2626
'';
2727

28-
vendorHash = "sha256-HS6btkCtGToEwIjUwgdNqeHgAK3YMCLK13yAuEzr4Qs=";
28+
vendorHash = "sha256-J3tu50ci9WBa0gLf3FWt2pRkeSSdVX+YlMjYU+5n2+U=";
2929

3030
excludedPackages = [
3131
"bundle/internal"

0 commit comments

Comments
 (0)