mimir: 2.10.0 -> 2.10.3
This commit is contained in:
parent
468474b45a
commit
5886d77561
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }:
|
{ lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "mimir";
|
pname = "mimir";
|
||||||
version = "2.10.0";
|
version = "2.10.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
owner = "grafana";
|
owner = "grafana";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
hash = "sha256-4UBbtJRQ6F3Dm+G4OWZeWtD4MJWtq91yiSZNW7EhEto=";
|
hash = "sha256-tVJcvxKcxhSeYyqBsBeG+OrWoD+hTDAoPuIXB72MMkY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
Loading…
Reference in a new issue