fluent-bit: 3.1.9 -> 3.1.10

This commit is contained in:
R. Ryantm
2024-11-09 02:03:04 +00:00
parent df07f2434a
commit cf772c1b56
+2 -2
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