Merge pull request #61866 from r-ryantm/auto-update/ogre

ogre: 1.11.5 -> 1.12.0
This commit is contained in:
Michael Raskin 2019-05-26 21:21:54 +00:00 committed by GitHub
commit 477922e038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
name = "ogre-${version}";
version = "1.11.5";
version = "1.12.0";
src = fetchurl {
url = "https://github.com/OGRECave/ogre/archive/v${version}.zip";
sha256 = "0hs7b81nr7i4wgsb603kkqw33m6cafjrj2zw4yhibwn8k7zzwddp";
sha256 = "1hkkg5prixppiq1p5jz7wz1npm5s7kwm1s86079280waccvr2v6x";
};
cmakeFlags = [ "-DOGRE_BUILD_SAMPLES=${toString withSamples}" ]