ogre: 1.9 -> 1.10.10
This commit is contained in:
parent
0880ec7033
commit
4a94001e13
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@
|
|||
, withSamples ? false }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ogre-1.9-hg-20160322";
|
||||
name = "ogre-1.10.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://bitbucket.org/sinbad/ogre/get/v1-9.tar.gz";
|
||||
sha256 = "0w3argjy1biaxwa3c80zxxgll67wjp8czd83p87awlcvwzdk5mz9";
|
||||
url = "https://bitbucket.org/sinbad/ogre/get/v1-10-10.tar.gz";
|
||||
sha256 = "1wi6h1jwqpmpxiy2kwns24qw8gi6s5h40fnikdk4v1r5hdgw4bla";
|
||||
};
|
||||
|
||||
cmakeFlags = [ "-DOGRE_BUILD_SAMPLES=${toString withSamples}" ]
|
||||
|
|
Loading…
Reference in a new issue