mimir: 2.17.1 -> 2.17.2 (#456987)

This commit is contained in:
Yt
2025-10-30 16:30:34 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "mimir";
version = "2.17.1";
version = "2.17.2";
src = fetchFromGitHub {
rev = "mimir-${version}";
owner = "grafana";
repo = "mimir";
hash = "sha256-Ob0l+C5LnFL1yl76/cdSX83bHEcamPlb9Sau8rMO2sM=";
hash = "sha256-aESZvcKZQwT563cGQQcrMTXEPo55niS8cQrGFFrLfoU=";
};
vendorHash = null;