tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
filebeat8: 8.19.2 -> 8.19.3
R. Ryantm
4 months ago
9db2353e
52966aa9
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
fi
filebeat8
package.nix
+3
-3
pkgs/by-name/fi/filebeat8/package.nix
···
8
8
9
9
buildGoModule rec {
10
10
pname = "filebeat";
11
11
-
version = "8.19.2";
11
11
+
version = "8.19.3";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "elastic";
15
15
repo = "beats";
16
16
tag = "v${version}";
17
17
-
hash = "sha256-3SW4SHUbEhdsKh3zd9VlVC8ZAxaR52Mfm1K/btjtB/4=";
17
17
+
hash = "sha256-bw/qWsNT4tG+hUjeb+DXaTxDY6HEL/A9iANFLdbyi5E=";
18
18
};
19
19
20
20
proxyVendor = true; # darwin/linux hash mismatch
21
21
22
22
-
vendorHash = "sha256-y8oAeH6RBD45+NEhl9EF4tPL1Ox4qHlLi+jSetjgKRE=";
22
22
+
vendorHash = "sha256-t+rCXm2eIG2a5xW1E8SjRAb/w9OuFKC/PyCGpJP8Szc=";
23
23
24
24
subPackages = [ "filebeat" ];
25
25