mimir: 2.15.1 -> 2.16.0 (#395025)

This commit is contained in:
Yt
2025-03-31 21:32:19 -04:00
committed by GitHub

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;