Skip to content

Commit 7b5ed41

Browse files
committed
victoriametrics: 1.109.0 -> 1.110.0
1 parent 5861228 commit 7b5ed41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/vi/victoriametrics/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
buildGoModule rec {
1616
pname = "VictoriaMetrics";
17-
version = "1.109.0";
17+
version = "1.110.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "VictoriaMetrics";
2121
repo = "VictoriaMetrics";
2222
rev = "v${version}";
23-
hash = "sha256-ZeHQxJtUZSFwWeQgHcEXdq9GR26HH4NOuLnO8S4u21o=";
23+
hash = "sha256-TrM2YyxZZZw+wGMIFACJExtQb6aJwDe1xe63OQqCjDo=";
2424
};
2525

2626
vendorHash = null;

0 commit comments

Comments
 (0)