mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
VictoriaMetrics: 1.97.1 -> 1.99.0 (#293328)
Package upgrade and move to pkgs/by-name. * https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.98.0 * https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.99.0
This commit is contained in:
parent
fadc8b7bbe
commit
ee411f2c1b
@ -2,17 +2,35 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "VictoriaMetrics";
|
pname = "VictoriaMetrics";
|
||||||
version = "1.97.1";
|
version = "1.99.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-zaRXvktHqsM/pZd7DsCAXCSI2jaPZ3iKHLQqDILZ9pc=";
|
hash = "sha256-IHUmxdCOzvA2JL06k/ei6/OTVWHTL1TiKKYZB1hgqyA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
||||||
|
subPackages = [
|
||||||
|
"app/victoria-logs"
|
||||||
|
"app/victoria-metrics"
|
||||||
|
"app/vlinsert"
|
||||||
|
"app/vlselect"
|
||||||
|
"app/vlstorage"
|
||||||
|
"app/vmagent"
|
||||||
|
"app/vmalert-tool"
|
||||||
|
"app/vmauth"
|
||||||
|
"app/vmctl"
|
||||||
|
"app/vminsert"
|
||||||
|
"app/vmselect"
|
||||||
|
"app/vmstorage"
|
||||||
|
"app/vmbackup"
|
||||||
|
"app/vmrestore"
|
||||||
|
"app/vmui"
|
||||||
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# main module (github.com/VictoriaMetrics/VictoriaMetrics) does not contain package
|
# main module (github.com/VictoriaMetrics/VictoriaMetrics) does not contain package
|
||||||
# github.com/VictoriaMetrics/VictoriaMetrics/app/vmui/packages/vmui/web
|
# github.com/VictoriaMetrics/VictoriaMetrics/app/vmui/packages/vmui/web
|
@ -27162,8 +27162,6 @@ with pkgs;
|
|||||||
|
|
||||||
vouch-proxy = callPackage ../servers/vouch-proxy { };
|
vouch-proxy = callPackage ../servers/vouch-proxy { };
|
||||||
|
|
||||||
victoriametrics = callPackage ../servers/nosql/victoriametrics { };
|
|
||||||
|
|
||||||
virtiofsd = callPackage ../servers/misc/virtiofsd { };
|
virtiofsd = callPackage ../servers/misc/virtiofsd { };
|
||||||
|
|
||||||
virtualenv = with python3Packages; toPythonApplication virtualenv;
|
virtualenv = with python3Packages; toPythonApplication virtualenv;
|
||||||
|
Loading…
Reference in New Issue
Block a user