mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] victoriametrics: 1.144.0 -> 1.145.0 (#530293)
This commit is contained in:
commit
45e63797b5
1 changed files with 2 additions and 2 deletions
|
|
@ -14,13 +14,13 @@
|
|||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "VictoriaMetrics";
|
||||
version = "1.144.0";
|
||||
version = "1.145.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "VictoriaMetrics";
|
||||
repo = "VictoriaMetrics";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-K8RCFHVL+E8w0webp6Bg3dma7I32iGXx9gCKnFp4d0g=";
|
||||
hash = "sha256-nKG2ei1Gn1mU5TtD5YLYUHaJrM4fSxm/uUdY4tIGeVE=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue