flatbuffers: 24.3.25 -> 24.12.23

This commit is contained in:
R. Ryantm
2024-12-24 04:00:42 +00:00
parent 3b01f60293
commit 4b2408beac
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "flatbuffers";
version = "24.3.25";
version = "24.12.23";
src = fetchFromGitHub {
owner = "google";
repo = "flatbuffers";
rev = "v${version}";
hash = "sha256-uE9CQnhzVgOweYLhWPn2hvzXHyBbFiFVESJ1AEM3BmA=";
hash = "sha256-6L6Eb+2xGXEqLYITWsNNPW4FTvfPFSmChK4hLusk5gU=";
};
nativeBuildInputs = [