mimir: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm 2023-02-04 10:26:26 +00:00 committed by Yt
parent 3c6cb991d1
commit b2d76c243e

View file

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }:
buildGoModule rec {
pname = "mimir";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
rev = "${pname}-${version}";
owner = "grafana";
repo = pname;
sha256 = "sha256-lyF7ugnNEJug1Vx24ISrtENk6RoIt7H1zaCPYUZbBmM=";
sha256 = "sha256-MOuLXtjmk9wjQMF2ez3NQ7YTKJtX/RItKbgfaANXzhU=";
};
vendorSha256 = null;