We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5861228 commit 7b5ed41Copy full SHA for 7b5ed41
pkgs/by-name/vi/victoriametrics/package.nix
@@ -14,13 +14,13 @@
14
15
buildGoModule rec {
16
pname = "VictoriaMetrics";
17
- version = "1.109.0";
+ version = "1.110.0";
18
19
src = fetchFromGitHub {
20
owner = "VictoriaMetrics";
21
repo = "VictoriaMetrics";
22
rev = "v${version}";
23
- hash = "sha256-ZeHQxJtUZSFwWeQgHcEXdq9GR26HH4NOuLnO8S4u21o=";
+ hash = "sha256-TrM2YyxZZZw+wGMIFACJExtQb6aJwDe1xe63OQqCjDo=";
24
};
25
26
vendorHash = null;
0 commit comments