mimir: 3.0.6 -> 3.1.0 (#527413)

This commit is contained in:
Yt
2026-06-03 06:58:43 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "mimir";
version = "3.0.6";
version = "3.1.0";
src = fetchFromGitHub {
rev = "mimir-${finalAttrs.version}";
owner = "grafana";
repo = "mimir";
hash = "sha256-rz1Wzsnxt8eGf0rkI8pvhpft+EhTUsdFK4s+9QVn7dg=";
hash = "sha256-IF0Cjg6INAvHyWGnf+V8KphSAmcLEo276MMrsRJgMjI=";
};
vendorHash = null;