fluent-bit: 3.1.9 -> 3.1.10 (#354664)

This commit is contained in:
Nick Cao 2024-11-09 10:35:45 -05:00 committed by GitHub
commit 011f48fb22
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.9";
version = "3.1.10";
src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-SIBdiKgg444sZ8RUQscnOg8XzuAZcLvU4++0HY0G/ss=";
hash = "sha256-/YKXWYaDqkJ8fWgcYktXWJPcjDJTupgRTSQVp0cWruY=";
};
# optional only to avoid linux rebuild