mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
grafana-agent: 0.40.0 -> 0.40.1
https://github.com/grafana/agent/releases/tag/v0.40.1 https://github.com/grafana/agent/blob/v0.40.1/CHANGELOG.md diff: https://github.com/grafana/agent/compare/v0.40.0...v0.40.1
This commit is contained in:
parent
2a515ecdc0
commit
7807e3a953
@ -15,13 +15,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "grafana-agent";
|
||||
version = "0.40.0";
|
||||
version = "0.40.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "grafana";
|
||||
repo = "agent";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Ob1cg1E0EYTOyzHc32OLH6EUgC20CVoZZjD9M8ZQj28=";
|
||||
hash = "sha256-MvdCcARy3D/TXMW3qmq3W7j1Rc2Ofw1aNPVNIu1ba0M=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-ekFl+aSmyUvgv4pkpS86HwPMfqtDaJEaZhWiwHjHp9g=";
|
||||
|
Loading…
Reference in New Issue
Block a user