mimir: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2022-07-29 00:07:08 +00:00 committed by Yt
parent fc630be0e4
commit 4038ca6ccc

View file

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
buildGoModule rec {
pname = "mimir";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
rev = "${pname}-${version}";
owner = "grafana";
repo = pname;
sha256 = "sha256-n7Vzp/GQIC+Mryu9SycMZ3ScPo5O+5tA4TdigpKzmLU=";
sha256 = "sha256-c2WOE7lm62uZ+oVSWd2Gyo0UZJaf9yFzEQZvcwpvshA=";
};
vendorSha256 = null;