fluent-bit: 4.0.7 -> 4.0.10 (#435348)

authored by Wolfgang Walther and committed by GitHub 98bd31c7 66932489

+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.7"; 33 34 src = fetchFromGitHub { 35 owner = "fluent"; 36 repo = "fluent-bit"; 37 tag = "v${finalAttrs.version}"; 38 - hash = "sha256-ytLPjgODX1JKuyRD5uzJiZnJRKApZ9HSjQV5f+Ur22c="; 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.10"; 33 34 src = fetchFromGitHub { 35 owner = "fluent"; 36 repo = "fluent-bit"; 37 tag = "v${finalAttrs.version}"; 38 + hash = "sha256-fYgZULGGlvuxgI5qOQ83AxcpEQQlw3ZpYLpu3hDJiSc="; 39 }; 40 41 # The source build documentation covers some dependencies and CMake options.