titaniumenv: change identifier to 5.1.2.GA
This commit is contained in:
parent
4dc36b1227
commit
b4e47d1ab8
@ -9,7 +9,7 @@ rec {
|
|||||||
} else null;
|
} else null;
|
||||||
|
|
||||||
titaniumsdk = let
|
titaniumsdk = let
|
||||||
titaniumSdkFile = if tiVersion == "5.1.1.GA" then ./titaniumsdk-5.1.nix
|
titaniumSdkFile = if tiVersion == "5.1.2.GA" then ./titaniumsdk-5.1.nix
|
||||||
else throw "Titanium version not supported: "+tiVersion;
|
else throw "Titanium version not supported: "+tiVersion;
|
||||||
in
|
in
|
||||||
import titaniumSdkFile {
|
import titaniumSdkFile {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user