mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
grafana-alloy: 1.3.0 -> 1.3.1
https://github.com/grafana/alloy/releases/tag/v1.3.1 https://github.com/grafana/alloy/blob/v1.3.1/CHANGELOG.md diff: https://github.com/grafana/alloy/compare/v1.3.0...v1.3.1
This commit is contained in:
parent
3745928ba9
commit
4c24f31c8e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user