mimir: 2.10.4 -> 2.10.5

This commit is contained in:
R. Ryantm
2023-12-17 03:47:32 +00:00
committed by Yt
parent 7ba6b0ea00
commit f88c003dce
+2 -2
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;