Unverified Commit d2362522 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files
parent eee954a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@
}:

buildGoModule rec {
  version = "3.2.0";
  version = "3.2.1";
  pname = "grafana-loki";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "loki";
    rev = "v${version}";
    hash = "sha256-dche8MbVSlwKMD/znOCj80FNf5KZmEuI3uodrFLrmjM=";
    hash = "sha256-PhvXuRWpOA+5sPiTSDEwpZ8KEfV/UHM2W6RnG9z9Sp0=";
  };

  vendorHash = null;