mimir: 3.0.2 -> 3.0.3

Changelog: https://github.com/grafana/mimir/releases/tag/mimir-3.0.3
This commit is contained in:
Adam C. Stephens
2026-02-11 23:08:39 -05:00
parent 464b9d0b9d
commit b85d69c79c
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "mimir";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitHub {
rev = "mimir-${finalAttrs.version}";
owner = "grafana";
repo = "mimir";
hash = "sha256-8dym3E6VinpExE4A+ekbhiQ+Zhwvue6/s1mAhBkwPMU=";
hash = "sha256-OUFmtHGGDU1+7EwfGVzrjPS2hqba0FfIuQl0V7up9Yk=";
};
vendorHash = null;