Commit 998b322e authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

mimir: 2.8.0 -> 2.9.0

parent ae5ea1ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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;