fluent-bit: 3.1.7 -> 3.1.8 (#342446)

This commit is contained in:
Franz Pletz 2024-09-17 15:01:32 +02:00 committed by GitHub
commit ecc84ee17d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "3.1.7";
version = "3.1.8";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-aolwCWZa+HS7NEbRxkcH+8Lv3Q3sDYqa4uFS1fANRHI=";
hash = "sha256-SQltn4tbBGOFxascERG7J29vGz/jdq/4BWMH7P4BP64=";
};
# optional only to avoid linux rebuild