mimir: 3.0.3 -> 3.0.4

Changelog: https://github.com/grafana/mimir/releases/tag/mimir-3.0.4
This commit is contained in:
Adam C. Stephens
2026-03-12 09:33:59 -04:00
parent 67917c525b
commit 0ba0cecafb
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "mimir";
version = "3.0.3";
version = "3.0.4";
src = fetchFromGitHub {
rev = "mimir-${finalAttrs.version}";
owner = "grafana";
repo = "mimir";
hash = "sha256-OUFmtHGGDU1+7EwfGVzrjPS2hqba0FfIuQl0V7up9Yk=";
hash = "sha256-AVH2hY9BhQ6R8WCw6DcdkUSBzm5cTWyBL1pbqnRMVdE=";
};
vendorHash = null;