mimir: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm 2022-09-21 22:39:07 +00:00 committed by Yt
parent 86fcecb236
commit f586d35a11

View file

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
buildGoModule rec {
pname = "mimir";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
rev = "${pname}-${version}";
owner = "grafana";
repo = pname;
sha256 = "sha256-c2WOE7lm62uZ+oVSWd2Gyo0UZJaf9yFzEQZvcwpvshA=";
sha256 = "sha256-lLrDgt4WYxyMkwjS8TLTy1agPAo/Z0BtqY9hIYSDyGI=";
};
vendorSha256 = null;