ogre: 1.12.0 -> 1.12.1

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-07-01 21:24:16 -07:00
parent 5b4b6b6c24
commit 3f691b4ae7

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