[release-26.05] mimir: 3.0.6 -> 3.0.7 (#533092)

This commit is contained in:
Yt 2026-06-19 00:23:20 +00:00 committed by GitHub
commit 33cb3d28b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = {