openobserve: 0.14.0 -> 0.14.7

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