Skip to content

Commit aea3c8b

Browse files

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 (finalAttrs: {
1616
pname = "VictoriaMetrics";
17-
version = "1.116.0";
17+
version = "1.117.1";
1818

1919
src = fetchFromGitHub {
2020
owner = "VictoriaMetrics";
2121
repo = "VictoriaMetrics";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-iXMn1C5dUzsZSNwv4PqS4iMsTlxjhj9U9YLJHy8WGHs=";
23+
hash = "sha256-Y3Ai5e9bJnGlWfxOMWMhesJ/eHrklSbR+YmR1EgzFS0=";
2424
};
2525

2626
vendorHash = null;

0 commit comments

Comments
 (0)