Unverified Commit 0465381e authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

grafana-alloy: 1.11.0 -> 1.11.2 (#451204)

parents 11f0e138 dbeb0979
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildGoModule rec {
  pname = "grafana-alloy";
  version = "1.11.0";
  version = "1.11.2";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = "alloy";
    tag = "v${version}";
    hash = "sha256-nE8R3llMWr5OqqFUoGP9alCgJVEvCeE8Ea2+g3d3fAk=";
    hash = "sha256-HWnldpmt5M2+2zuEcA4doySgRyCBl4OnCCuXqtcYGkA=";
  };

  proxyVendor = true;