Skip to content

Commit 0d9bcf8

Browse files
authored
victoriametrics: 1.134.0 -> 1.135.0 (#486309)
2 parents 6299106 + 7f40e48 commit 0d9bcf8

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
@@ -13,13 +13,13 @@
1313

1414
buildGoModule (finalAttrs: {
1515
pname = "VictoriaMetrics";
16-
version = "1.134.0";
16+
version = "1.135.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "VictoriaMetrics";
2020
repo = "VictoriaMetrics";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-66iiAxm9vtBgDeZQ6g5B6uGTkv4k0nX3uTUEV6UwmWE=";
22+
hash = "sha256-sQjha7ZVR/hFllN+vWd58eVjLR70axtKqOYu4SelwQM=";
2323
};
2424

2525
vendorHash = null;

0 commit comments

Comments
 (0)