tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openobserve: 0.14.0 -> 0.14.7
百地 希留耶
7 months ago
0bab7a51
34b3916e
+11
-10
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
op
openobserve
build.rs.patch
package.nix
+6
-6
pkgs/by-name/op/openobserve/build.rs.patch
···
1
1
diff --git a/build.rs b/build.rs
2
2
index 0f66ace..be74fad 100644
3
3
-
--- a/build.rs
4
4
-
+++ b/build.rs
5
5
-
@@ -99,24 +99,5 @@ fn main() -> Result<()> {
6
6
-
&["proto"],
7
7
-
)?;
8
8
-
3
3
+
--- a/src/config/build.rs
4
4
+
+++ b/src/config/build.rs
5
5
+
@@ -20,24 +20,5 @@ use chrono::{DateTime, SecondsFormat, Utc};
6
6
+
fn main() -> Result<()> {
7
7
+
println!("cargo:rerun-if-changed=build.rs");
8
8
+
9
9
- // build information
10
10
- let output = Command::new("git")
11
11
- .args(["describe", "--tags", "--abbrev=0"])
+5
-4
pkgs/by-name/op/openobserve/package.nix
···
15
15
}:
16
16
17
17
let
18
18
-
version = "0.14.0";
18
18
+
version = "0.14.7";
19
19
src = fetchFromGitHub {
20
20
owner = "openobserve";
21
21
repo = "openobserve";
22
22
tag = "v${version}";
23
23
-
hash = "sha256-rTp+DkADqYkJg1zJog1yURE082V5kCqgid/oUd81SN8=";
23
23
+
hash = "sha256-+YcVTn/jcEbaqTycMCYn6B0z2HsvgrCY1gHnkRajwSs=";
24
24
};
25
25
web = buildNpmPackage {
26
26
inherit src version;
···
28
28
29
29
sourceRoot = "${src.name}/web";
30
30
31
31
-
npmDepsHash = "sha256-awfQR1wZBX3ggmD0uJE9Fur4voPydeygrviRijKnBTE=";
31
31
+
npmDepsHash = "sha256-1MUmAWkeYUEL6WZGq1Jg5W2uKa2xj0oZbGlIbvZWT1E=";
32
32
33
33
preBuild = ''
34
34
# Patch vite config to not open the browser to visualize plugin composition
···
64
64
'';
65
65
66
66
useFetchCargoVendor = true;
67
67
-
cargoHash = "sha256-FWMUPghx9CxuzP7jFZYSIwZsylApWzQsfx8DuwS4GTo=";
67
67
+
cargoHash = "sha256-vfc6B+Uc8RXQD8vGC1yV9w5YAefkYJMpCH2frqjrSWk=";
68
68
69
69
nativeBuildInputs = [
70
70
pkg-config
···
96
96
checkFlags = [
97
97
"--skip=handler::http::router::tests::test_get_proxy_routes"
98
98
"--skip=tests::e2e_test"
99
99
+
"--skip=service::organization::tests::test_organization"
99
100
];
100
101
101
102
passthru.updateScript = gitUpdater {