mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
ogre: 1.10.10 -> 1.10.11
This commit is contained in:
parent
4a94001e13
commit
968fc0bc0b
@ -9,11 +9,11 @@
|
||||
, withSamples ? false }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ogre-1.10.10";
|
||||
name = "ogre-1.10.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://bitbucket.org/sinbad/ogre/get/v1-10-10.tar.gz";
|
||||
sha256 = "1wi6h1jwqpmpxiy2kwns24qw8gi6s5h40fnikdk4v1r5hdgw4bla";
|
||||
url = "https://bitbucket.org/sinbad/ogre/get/v1-10-11.tar.gz";
|
||||
sha256 = "1zwvlx5dz9nwjazhnrhzb0w8ilpa84r0hrxrmmy69pgr1p1yif5a";
|
||||
};
|
||||
|
||||
cmakeFlags = [ "-DOGRE_BUILD_SAMPLES=${toString withSamples}" ]
|
||||
|
Loading…
Reference in New Issue
Block a user