mimir: 2.6.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2023-03-23 13:04:00 +00:00 committed by Yt
parent 25fdc682d7
commit db4683a0d2

View file

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