mimir: 3.0.6 -> 3.0.7

Changelog: https://github.com/grafana/mimir/releases/tag/mimir-3.0.7
This commit is contained in:
Adam C. Stephens
2026-06-18 16:13:44 -04:00
parent b02988c87f
commit 8a20fa08bc

View File

@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
pname = "mimir";
version = "3.0.6";
version = "3.0.7";
src = fetchFromGitHub {
rev = "mimir-${finalAttrs.version}";
owner = "grafana";
repo = "mimir";
hash = "sha256-rz1Wzsnxt8eGf0rkI8pvhpft+EhTUsdFK4s+9QVn7dg=";
hash = "sha256-Hw7TiUyTXZ/CKT4jeyWYVQM4EY/DbwBtaTEebNHonGs=";
};
vendorHash = null;
@@ -39,7 +39,7 @@ buildGoModule (finalAttrs: {
updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"mimir-(3\\.[0-9.]+)"
"mimir-(3\\.0\\.[0-9]+)"
];
};
tests = {