fluent-bit: 3.1.3 -> 3.1.4

This commit is contained in:
R. Ryantm 2024-08-03 09:20:43 +00:00
parent 90d02f0086
commit 3ad3b5c925

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "3.1.3";
version = "3.1.4";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-bRgRpCnMt20JEuKqW5VetW8HyMgjNuqEgoeBG7sm++Y=";
hash = "sha256-TXFVvnjEitEFwQAuqNCgV0xbABcDxGS9KfCUenKN448=";
};
# optional only to avoid linux rebuild