flatbuffers: 24.12.23 -> 25.1.24 (#377281)

This commit is contained in:
K900
2025-02-09 09:28:04 +03:00
committed by GitHub
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "flatbuffers";
version = "24.12.23";
version = "25.1.24";
src = fetchFromGitHub {
owner = "google";
repo = "flatbuffers";
rev = "v${version}";
hash = "sha256-6L6Eb+2xGXEqLYITWsNNPW4FTvfPFSmChK4hLusk5gU=";
hash = "sha256-LApjF14eoqcT11Jp9SaJQbtvK8iIelTY4GJKqjVCpCM=";
};
nativeBuildInputs = [