influxdb3: 0-unstable-2025-02-17 -> 3.0.1 (#399498)

This commit is contained in:
Pol Dellaiera
2025-04-26 09:45:40 +00:00
committed by GitHub
+5 -3
View File
@@ -11,7 +11,7 @@
}:
rustPlatform.buildRustPackage {
pname = "influxdb3";
version = "0-unstable-2025-02-17";
version = "3.0.1";
src = fetchFromGitHub {
owner = "influxdata";
repo = "influxdb";
@@ -68,8 +68,10 @@ rustPlatform.buildRustPackage {
doCheck = false;
passthru.updateScript = nix-update-script {
# Switch to "--version-regex" "v(3.*)" once the first real release tag is added
extraArgs = [ "--version=branch" ];
extraArgs = [
"--version-regex"
"v(3.*)"
];
};
meta = {