fluent-bit: 4.0.3 -> 4.0.5

authored by R. Ryantm and committed by Pascal Bach 38b7e368 37562c99

+2 -2
+2 -2
pkgs/by-name/fl/fluent-bit/package.nix
··· 29 30 stdenv.mkDerivation (finalAttrs: { 31 pname = "fluent-bit"; 32 - version = "4.0.3"; 33 34 src = fetchFromGitHub { 35 owner = "fluent"; 36 repo = "fluent-bit"; 37 tag = "v${finalAttrs.version}"; 38 - hash = "sha256-hxlvidzrEE/5xzka414CerGQ/Vi2jXUnNvO/oSxrHQQ="; 39 }; 40 41 # The source build documentation covers some dependencies and CMake options.
··· 29 30 stdenv.mkDerivation (finalAttrs: { 31 pname = "fluent-bit"; 32 + version = "4.0.5"; 33 34 src = fetchFromGitHub { 35 owner = "fluent"; 36 repo = "fluent-bit"; 37 tag = "v${finalAttrs.version}"; 38 + hash = "sha256-wxis93xdSVRHpBfl06DlOkDnch58iSpXFMAFCtOXzbU="; 39 }; 40 41 # The source build documentation covers some dependencies and CMake options.