victoriametrics: 1.79.0 -> 1.79.1

This commit is contained in:
R. Ryantm 2022-08-06 08:43:40 +00:00
parent c6568cae89
commit ed22adb877

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "VictoriaMetrics";
version = "1.79.0";
version = "1.79.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-+LirbGbKeazXMtgVh5kZP+KEk/fDbSxceZ26OlE0hbY=";
sha256 = "sha256-rBR2gZ6wAt8P70MScPbktlLtXWWvqs08u786zSiFjJ0=";
};
vendorSha256 = null;