ogre: 1.11.5 -> 1.12.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ogre/versions
This commit is contained in:
R. RyanTM 2019-05-22 01:22:56 -07:00
parent 8abe5ee07e
commit 56d29bcaa5

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}" ]