mimir: 2.10.3 -> 2.10.4

This commit is contained in:
R. Ryantm 2023-11-23 17:30:30 +00:00 committed by Yt
parent 1ea40b20f1
commit 61c87b12fe

View File

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