titaniumsdk: Bump version to 3.2.2

This commit is contained in:
Sander van der Burg
2014-03-12 12:04:38 +01:00
parent b75a5e6f84
commit 2cb2be8161
3 changed files with 9 additions and 9 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.1.GA" then ./titaniumsdk-3.2.nix
else if tiVersion == "3.2.2.GA" then ./titaniumsdk-3.2.nix
else throw "Titanium version not supported: "+tiVersion;
in
import titaniumSdkFile {