Skip to content

Commit

Permalink
mimir: 2.8.0 -> 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Yt committed Jun 24, 2023
1 parent ae5ea1f commit 998b322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/mimir/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ lib, buildGoModule, fetchFromGitHub, nixosTests, nix-update-script }:
buildGoModule rec {
pname = "mimir";
version = "2.8.0";
version = "2.9.0";

src = fetchFromGitHub {
rev = "${pname}-${version}";
owner = "grafana";
repo = pname;
sha256 = "sha256-gVt334HTKOotRaO1ga774FaxpblADpgdTtucADOHsCE=";
sha256 = "sha256-6URhofT5zJZX2eFx7fNPrFOWF7Po3ChlmVHGTpvG24c=";
};

vendorSha256 = null;
Expand Down

0 comments on commit 998b322

Please sign in to comment.