mimir: 3.0.7 -> 3.0.8

Changelog: https://github.com/grafana/mimir/releases/tag/mimir-3.0.8
This commit is contained in:
Adam C. Stephens
2026-07-16 13:27:40 -04:00
parent 7a1e585fe5
commit fa324fd46d

View File

@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "mimir";
version = "3.0.7";
version = "3.0.8";
src = fetchFromGitHub {
rev = "mimir-${finalAttrs.version}";
owner = "grafana";
repo = "mimir";
hash = "sha256-Hw7TiUyTXZ/CKT4jeyWYVQM4EY/DbwBtaTEebNHonGs=";
hash = "sha256-1TMnO/M8gT46gQYsOqZ6f1kU22jHsSS/d3MdKCjt3Nc=";
};
vendorHash = null;