mimir: 2.16.0 -> 2.16.1 (#420821)

This commit is contained in:
Adam C. Stephens
2025-06-28 16:43:32 -04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "mimir";
version = "2.16.0";
version = "2.16.1";
src = fetchFromGitHub {
rev = "mimir-${version}";
owner = "grafana";
repo = "mimir";
hash = "sha256-75KHS+jIPEvcB7SHBBcBi5uycwY7XR4RNc1khNYVZFE=";
hash = "sha256-+GFsWBjZHxRe3a2/ZT0zkoRXDTR4qopTUcU5Fx9t5xA=";
};
vendorHash = null;