Merge pull request #294577 from wegank/ogre-bump

ogre: 14.1.2 -> 14.2.2
This commit is contained in:
7c6f434c 2024-03-10 09:44:59 +00:00 committed by GitHub
commit 59086c216c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,11 +112,11 @@ let
in
{
ogre_14 = common {
version = "14.1.2";
hash = "sha256-qPoC5VXA9IC1xiFLrvE7cqCZFkuiEM0OMowUXDlmhF4=";
# https://github.com/OGRECave/ogre/blob/v14.1.2/Components/Overlay/CMakeLists.txt
imguiVersion = "1.89.8";
imguiHash = "sha256-pkEm7+ZBYAYgAbMvXhmJyxm6DfyQWkECTXcTHTgfvuo=";
version = "14.2.2";
hash = "sha256-85hpujmlM3N81mkiA80xx2C4GsdzWkP61bwdfmw1zt8=";
# https://github.com/OGRECave/ogre/blob/v14.2.2/Components/Overlay/CMakeLists.txt
imguiVersion = "1.90.4";
imguiHash = "sha256-7+Ay7H97tIO6CUsEyaQv4i9q2FCw98eQUq/KYZyfTAw=";
};
ogre_13 = common {