titaniumsdk: Bump to version 3.2.3

This commit is contained in:
Sander van der Burg
2014-07-15 16:05:25 +02:00
parent 7dce55d0fd
commit bce5f2cf56
4 changed files with 9 additions and 10 deletions
@@ -29,7 +29,7 @@ rec {
titaniumsdk = let
titaniumSdkFile = if tiVersion == "3.1.4.GA" then ./titaniumsdk-3.1.nix
else if tiVersion == "3.2.2.GA" then ./titaniumsdk-3.2.nix
else if tiVersion == "3.2.3.GA" then ./titaniumsdk-3.2.nix
else throw "Titanium version not supported: "+tiVersion;
in
import titaniumSdkFile {