We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f33e2a + a414020 commit c55f244Copy full SHA for c55f244
pkgs/development/libraries/ogre/default.nix
@@ -112,9 +112,9 @@ let
112
in
113
{
114
ogre_14 = common {
115
- version = "14.3.1";
116
- hash = "sha256-rr8tetBfFdZPVvN3fYRWltf8/e6oLcLL0uhHKWanuVA=";
117
- # https://github.com/OGRECave/ogre/blob/v14.3.1/Components/Overlay/CMakeLists.txt
+ version = "14.3.2";
+ hash = "sha256-MOTEI0OyGVCH1CVK/pH51r9QkrGspLC3sBIROYHklyk=";
+ # https://github.com/OGRECave/ogre/blob/v14.3.2/Components/Overlay/CMakeLists.txt
118
imguiVersion = "1.91.2";
119
imguiHash = "sha256-B7XXQNuEPcT1ID5nMYbAV+aNCG9gIrC9J7BLnYB8yjI=";
120
};
0 commit comments