Unverified Commit 39d34429 authored by Yt's avatar Yt Committed by GitHub
Browse files

mimir: 3.0.1 -> 3.0.2 (#467838)

parents bd0c29ef 378d0f33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "mimir";
  version = "3.0.1";
  version = "3.0.2";

  src = fetchFromGitHub {
    rev = "mimir-${finalAttrs.version}";
    owner = "grafana";
    repo = "mimir";
    hash = "sha256-tYGzU/sn6KLLetDmAyph5u8bCocmfF4ZysTkOCSVf+U=";
    hash = "sha256-8dym3E6VinpExE4A+ekbhiQ+Zhwvue6/s1mAhBkwPMU=";
  };

  vendorHash = null;