lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mimir: 2.10.0 -> 2.10.3

authored by

R. Ryantm and committed by
Yt
5886d775 468474b4

+2 -2
+2 -2
pkgs/servers/monitoring/mimir/default.nix
··· 1 1 { lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }: 2 2 buildGoModule rec { 3 3 pname = "mimir"; 4 - version = "2.10.0"; 4 + version = "2.10.3"; 5 5 6 6 src = fetchFromGitHub { 7 7 rev = "${pname}-${version}"; 8 8 owner = "grafana"; 9 9 repo = pname; 10 - hash = "sha256-4UBbtJRQ6F3Dm+G4OWZeWtD4MJWtq91yiSZNW7EhEto="; 10 + hash = "sha256-tVJcvxKcxhSeYyqBsBeG+OrWoD+hTDAoPuIXB72MMkY="; 11 11 }; 12 12 13 13 vendorHash = null;