Unverified Commit 9f905196 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

grafana-alloy: 1.3.0 -> 1.3.1 (#337774)

parents 99e8f12f 4c24f31c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

buildGoModule rec {
  pname = "grafana-alloy";
  version = "1.3.0";
  version = "1.3.1";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "grafana";
    repo = "alloy";
    hash = "sha256-2OpBRSX/t6hwf1fHogrNTuDAmKArVXxwKHXuHyTXnYA=";
    hash = "sha256-6YjQUIHZmuguzqTeaLgkrM/WdBPZu/KUXUDOmEB7rNQ=";
  };

  proxyVendor = true;