mimir: 2.7.1 -> 2.8.0

This commit is contained in:
R. Ryantm 2023-05-05 09:51:01 +00:00 committed by Yt
parent 171d3dc2ee
commit 050649477d

View File

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }:
buildGoModule rec {
pname = "mimir";
version = "2.7.1";
version = "2.8.0";
src = fetchFromGitHub {
rev = "${pname}-${version}";
owner = "grafana";
repo = pname;
sha256 = "sha256-5rj7qTomHiplCMcAsKCquH5Z94Syk43Ggoq+Mo1heQA=";
sha256 = "sha256-gVt334HTKOotRaO1ga774FaxpblADpgdTtucADOHsCE=";
};
vendorSha256 = null;