mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
beats7: update vendorSha256
This commit is contained in:
parent
55c79be9ef
commit
2fe2f500d4
@ -11,7 +11,7 @@ let beat = package: extraArgs: buildGoModule (rec {
|
||||
sha256 = "sha256-9Jl5Xo1iKdOY9ZE5JXKSL4ee+NdsN3KCY2dDYuxlzPI=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-tyxyM7RsTHTVVxc9gagPsSvFRaWGTmobKzyv9RODXBk=";
|
||||
vendorSha256 = "sha256-fiqCccS2IAnTzfPfUqY0Wy9uRUuiYNtiVvpAFZJOPVI=";
|
||||
|
||||
subPackages = [ package ];
|
||||
|
||||
|
@ -2165,7 +2165,9 @@ with pkgs;
|
||||
packetbeat6
|
||||
journalbeat6;
|
||||
|
||||
inherit (callPackages ../misc/logging/beats/7.x.nix { })
|
||||
inherit (callPackages ../misc/logging/beats/7.x.nix {
|
||||
buildGoModule = buildGo117Module;
|
||||
})
|
||||
filebeat7
|
||||
heartbeat7
|
||||
metricbeat7
|
||||
|
Loading…
Reference in New Issue
Block a user