File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/da/databricks-cli Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111buildGoModule ( 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"
You can’t perform that action at this time.
0 commit comments