mimir: 2.4.0 -> 2.5.0

Diff: https://github.com/grafana/mimir/compare/mimir-2.4.0...mimir-2.5.0

Updated using `nix-update --commit --build --version-regex 'mimir-([0-9.]+)' mimir`
This commit is contained in:
Jörg Thalheim 2022-12-20 11:00:10 +01:00 committed by Yt
parent 259e70f3ea
commit 6279593053

View File

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests }:
buildGoModule rec {
pname = "mimir";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
rev = "${pname}-${version}";
owner = "grafana";
repo = pname;
sha256 = "sha256-OpQxVp4Q2+r3Tqrqw3SrBsJDU5KJqChxsuYneT0PvYQ=";
sha256 = "sha256-lyF7ugnNEJug1Vx24ISrtENk6RoIt7H1zaCPYUZbBmM=";
};
vendorSha256 = null;