Skip to content

Commit

Permalink
victoriametrics: 1.102.1 -> 1.105.0 (#351616)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickvP authored Oct 27, 2024
2 parents 2f6fc5a + 7d263a7 commit a6a720d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/vi/victoriametrics/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.102.1";
version = "1.105.0";

src = fetchFromGitHub {
owner = "VictoriaMetrics";
repo = "VictoriaMetrics";
rev = "v${version}";
hash = "sha256-FFQiHPcvB3ht6NlaUWPAuEUswXYUzeRilAw4NQ9+8/o=";
hash = "sha256-cMc2CVjVTQLsY/GJht35DCapEtROPJO3j6FCCDXJPMk=";
};

vendorHash = null;
Expand Down

0 comments on commit a6a720d

Please sign in to comment.