mimir: 2.16.1 -> 2.17.0

https://github.com/grafana/mimir/releases/tag/mimir-2.17.0
This commit is contained in:
Adam C. Stephens 2025-08-15 18:51:56 +00:00
parent 0f7a532e84
commit 946b205831
No known key found for this signature in database

View File

@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "mimir";
version = "2.16.1";
version = "2.17.0";
src = fetchFromGitHub {
rev = "mimir-${version}";
owner = "grafana";
repo = "mimir";
hash = "sha256-+GFsWBjZHxRe3a2/ZT0zkoRXDTR4qopTUcU5Fx9t5xA=";
hash = "sha256-auA063TveLtfLD7W1/RuN4COljiwKqz0K/l2vwtxPTQ=";
};
vendorHash = null;