Merge pull request #226456 from wegank/ogre-bump

ogre: 13.6.3 -> 13.6.4
This commit is contained in:
7c6f434c 2023-04-17 14:29:47 +00:00 committed by GitHub
commit 061715af6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,13 +36,13 @@
stdenv.mkDerivation rec {
pname = "ogre";
version = "13.6.3";
version = "13.6.4";
src = fetchFromGitHub {
owner = "OGRECave";
repo = "ogre";
rev = "v${version}";
hash = "sha256-+A+GpS6kZREczX0oOETAQJ+smiFVAEzPMIskU/Vh/9U=";
hash = "sha256-MSBWCO0s46t+ExWDdmqi16OxmcQXnduhgFt6I4BG1g8=";
};
nativeBuildInputs = [