mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
openobserve: 0.9.1 -> 0.10.1
This commit is contained in:
parent
27f59a8038
commit
a9ad20e562
1990
pkgs/servers/monitoring/openobserve/Cargo.lock
generated
1990
pkgs/servers/monitoring/openobserve/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -15,12 +15,12 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "0.9.1";
|
||||
version = "0.10.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "openobserve";
|
||||
repo = "openobserve";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-AQxSR2cMkNst5YEv4TqVNgdriMsg/0ed5YN4W8qZKxM=";
|
||||
hash = "sha256-68fJYk/R1F7FHm4F+pyyA9BRVdV8S8p5uEM1hVbuArg=";
|
||||
};
|
||||
web = buildNpmPackage {
|
||||
inherit src version;
|
||||
@ -28,7 +28,7 @@ let
|
||||
|
||||
sourceRoot = "${src.name}/web";
|
||||
|
||||
npmDepsHash = "sha256-c82NLNLfqQrS/jv7ixpLCYDMEUtx6+Mm8cSwvVis2fc=";
|
||||
npmDepsHash = "sha256-7l1tdgR/R7qaYBbBm9OnKDBETPkaIN8AUgc9WdYQuwI=";
|
||||
|
||||
preBuild = ''
|
||||
# Patch vite config to not open the browser to visualize plugin composition
|
||||
@ -65,6 +65,7 @@ rustPlatform.buildRustPackage {
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"chromiumoxide-0.5.7" = "sha256-GHrm5u8FtXRUjSRGMU4PNU6AJZ5W2KcgfZY1c/CBVYA=";
|
||||
"enrichment-0.1.0" = "sha256-FDPSCBkx+DPeWwTBz9+ORcbbiSBC2a8tJaay9Pxwz4w=";
|
||||
};
|
||||
};
|
||||
@ -125,6 +126,7 @@ rustPlatform.buildRustPackage {
|
||||
"--skip service::users::tests::test_post_user"
|
||||
"--skip service::users::tests::test_user"
|
||||
"--skip common::infra::cache::file_data::disk::tests::test_get_file_from_cache"
|
||||
"--skip common::infra::cluster::tests::test_consistent_hashing"
|
||||
"--skip common::infra::db::tests::test_get"
|
||||
"--skip common::utils::auth::tests::test_is_root_user2"
|
||||
"--skip tests::e2e_test"
|
||||
|
Loading…
Reference in New Issue
Block a user