databricks-cli: 0.229.0 -> 0.234.0
upstream update https://github.com/databricks/cli/releases/tag/v0.234.0 Test `TestConsistentDatabricksSdkVersion` was added to ignored as it relies on internal subpackage which building is also skipped
This commit is contained in:
parent
2c8cc44933
commit
1c8cc3b488
@ -8,16 +8,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "databricks-cli";
|
||||
version = "0.229.0";
|
||||
version = "0.234.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "databricks";
|
||||
repo = "cli";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ap2IypBPFV4yJVXRS8zSXC0kW/QKpOvFS9Cod0pSlG0=";
|
||||
hash = "sha256-I1S31a1JvXFXWw4EkS40efKEE9wsQlMdjVxEJDRTzA8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-yCwevuivIHZ0dns9QljiKvwws4cFknIydvfjs4Jib3s=";
|
||||
vendorHash = "sha256-Zih5NftJMbtLYG0Sej1BaErJ8NnU25mwhl3pfqSOSxc=";
|
||||
|
||||
excludedPackages = [ "bundle/internal" ];
|
||||
|
||||
@ -29,6 +29,7 @@ buildGoModule rec {
|
||||
"-skip="
|
||||
+ (lib.concatStringsSep "|" [
|
||||
# Need network
|
||||
"TestConsistentDatabricksSdkVersion"
|
||||
"TestTerraformArchiveChecksums"
|
||||
"TestExpandPipelineGlobPaths"
|
||||
"TestRelativePathTranslationDefault"
|
||||
|
Loading…
Reference in New Issue
Block a user