mimir: 2.10.4 -> 2.10.5

This commit is contained in:
R. Ryantm 2023-12-16 21:44:18 +00:00 committed by Yt
parent 7ba6b0ea00
commit f88c003dce

View File

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