mimir: 2.10.0 -> 2.10.3

This commit is contained in:
R. Ryantm 2023-10-31 07:26:35 +00:00 committed by Yt
parent 468474b45a
commit 5886d77561

View file

@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }:
buildGoModule rec {
pname = "mimir";
version = "2.10.0";
version = "2.10.3";
src = fetchFromGitHub {
rev = "${pname}-${version}";
owner = "grafana";
repo = pname;
hash = "sha256-4UBbtJRQ6F3Dm+G4OWZeWtD4MJWtq91yiSZNW7EhEto=";
hash = "sha256-tVJcvxKcxhSeYyqBsBeG+OrWoD+hTDAoPuIXB72MMkY=";
};
vendorHash = null;