Merge pull request #331954 from r-ryantm/auto-update/fluent-bit

fluent-bit: 3.1.3 -> 3.1.4
This commit is contained in:
Nick Cao
2024-08-03 20:20:05 -04:00
committed by GitHub
+2 -2
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