summary refs log tree commit diff
path: root/pkgs/development/mobile/androidenv/support.nix
diff options
context:
space:
mode:
authorSander van der Burg <svanderburg@gmail.com>2013-07-31 16:00:57 +0200
committerSander van der Burg <svanderburg@gmail.com>2013-07-31 16:00:57 +0200
commitab9be1b809c63b92c8ebb5723bf8f331c4bb9775 (patch)
tree305490e6c9ab378aae4355fc6a77e92826e1322a /pkgs/development/mobile/androidenv/support.nix
parentb6d43bb6a3aa7a5ae15d22b1a518fa773edf288e (diff)
downloadnixlib-ab9be1b809c63b92c8ebb5723bf8f331c4bb9775.tar
nixlib-ab9be1b809c63b92c8ebb5723bf8f331c4bb9775.tar.gz
nixlib-ab9be1b809c63b92c8ebb5723bf8f331c4bb9775.tar.bz2
nixlib-ab9be1b809c63b92c8ebb5723bf8f331c4bb9775.tar.lz
nixlib-ab9be1b809c63b92c8ebb5723bf8f331c4bb9775.tar.xz
nixlib-ab9be1b809c63b92c8ebb5723bf8f331c4bb9775.tar.zst
nixlib-ab9be1b809c63b92c8ebb5723bf8f331c4bb9775.zip
Updated Android SDK to version 22.05, updated all plugins, and added mesa to the search path of the emulators to enable OpenGL acceleration
Diffstat (limited to 'pkgs/development/mobile/androidenv/support.nix')
-rw-r--r--pkgs/development/mobile/androidenv/support.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/mobile/androidenv/support.nix b/pkgs/development/mobile/androidenv/support.nix
index 2e9690de7a26..ca1988527e2c 100644
--- a/pkgs/development/mobile/androidenv/support.nix
+++ b/pkgs/development/mobile/androidenv/support.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl, unzip}:
 
 stdenv.mkDerivation {
-  name = "android-support-r11";
+  name = "android-support-r18";
   src = fetchurl {
-    url = https://dl-ssl.google.com/android/repository/support_r11.zip;
-    sha1 = "d30d182d8e4c86bb4464c03a83ccffce7bc84ecd";
+    url = https://dl-ssl.google.com/android/repository/support_r18.zip;
+    sha1 = "bd67b4b8a6bac629f24c8aea75c3619a26d9a568";
   };
   
   buildCommand = ''