tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
fluent-bit: 1.5.3 -> 1.5.4
R. RyanTM
5 years ago
d01dbfbc
0a874ff2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
fluent-bit
default.nix
+2
-2
pkgs/tools/misc/fluent-bit/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "fluent-bit";
5
5
-
version = "1.5.3";
5
5
+
version = "1.5.4";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "fluent";
9
9
repo = "fluent-bit";
10
10
rev = "v${version}";
11
11
-
sha256 = "153c7hafmzwxa24h923irfhzaqqd8wbr2aaab6l3hjhgx5q8s5bf";
11
11
+
sha256 = "0w96f86i2jlzjk2plf8jbdw4q748khbhhjkbzfb8dkq2lhc9i80h";
12
12
};
13
13
14
14
nativeBuildInputs = [ cmake flex bison ];