mimir: 3.1.1 -> 3.1.2

Changelog: https://github.com/grafana/mimir/releases/tag/mimir-3.1.2
This commit is contained in:
Adam C. Stephens
2026-06-25 10:23:10 -04:00
parent e73aa2f760
commit 467559641c
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "mimir";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
rev = "mimir-${finalAttrs.version}";
owner = "grafana";
repo = "mimir";
hash = "sha256-Gp4+eVL6HUFlhtAZmDJyHYr/QP0+JQIcDXJfCk2IpCg=";
hash = "sha256-8GvpmCanVlsObH1mwPA/TsHzNp3f0hzF7fURIDHy/DU=";
};
vendorHash = null;