mimir: 2.15.1 -> 2.16.0

https://github.com/grafana/mimir/releases/tag/mimir-2.16.0
This commit is contained in:
Adam C. Stephens
2025-03-31 21:55:20 +00:00
parent 7287c5845c
commit 1cce986192

View File

@@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "mimir";
version = "2.15.1";
version = "2.16.0";
src = fetchFromGitHub {
rev = "${pname}-${version}";
owner = "grafana";
repo = pname;
hash = "sha256-dqWDp8vf4OkwSKSAoF92lFZhe5rT1lqQ2oMchUFrmdM=";
hash = "sha256-75KHS+jIPEvcB7SHBBcBi5uycwY7XR4RNc1khNYVZFE=";
};
vendorHash = null;