fluent-bit: 3.2.4 -> 3.2.5 (#377465)

authored by Franz Pletz and committed by GitHub 0b422a14 4126d5e5

+2 -2
+2 -2
pkgs/by-name/fl/fluent-bit/package.nix
··· 14 14 15 15 stdenv.mkDerivation (finalAttrs: { 16 16 pname = "fluent-bit"; 17 - version = "3.2.4"; 17 + version = "3.2.5"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "fluent"; 21 21 repo = "fluent-bit"; 22 22 rev = "v${finalAttrs.version}"; 23 - hash = "sha256-oTCGjDmGVovsfj+4fjIKy/xpiuYc0Q44LYwYPI4dSF8="; 23 + hash = "sha256-H3wcKeHfAJNJAEtRcTU8rz93wug39TUqV3XN4wkTqMg="; 24 24 }; 25 25 26 26 # optional only to avoid linux rebuild