influxdb3: 0-unstable-2025-02-17 -> 3.0.1 (#399498)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user