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

ogre: 1.12.0 -> 1.12.1
This commit is contained in:
Michael Raskin 2019-07-03 04:59:10 +00:00 committed by GitHub
commit 19de85d818
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.12.0";
version = "1.12.1";
src = fetchurl {
url = "https://github.com/OGRECave/ogre/archive/v${version}.zip";
sha256 = "1hkkg5prixppiq1p5jz7wz1npm5s7kwm1s86079280waccvr2v6x";
sha256 = "1iv6k0dwdzg5nnzw2mcgcl663q4f7p2kj7nhs8afnsikrzxxgsi4";
};
cmakeFlags = [ "-DOGRE_BUILD_SAMPLES=${toString withSamples}" ]