summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2016-09-11 20:38:20 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2016-09-11 20:38:20 +0200
commite917e470452391b033a6b65532a225dd72fe86fa (patch)
treecd409333ec7fb84773a94563ac51e2d7f910f545 /pkgs
parentb4e2b6bc6aac50094dad02a01d34d0aaca7eb3f4 (diff)
downloadnixlib-e917e470452391b033a6b65532a225dd72fe86fa.tar
nixlib-e917e470452391b033a6b65532a225dd72fe86fa.tar.gz
nixlib-e917e470452391b033a6b65532a225dd72fe86fa.tar.bz2
nixlib-e917e470452391b033a6b65532a225dd72fe86fa.tar.lz
nixlib-e917e470452391b033a6b65532a225dd72fe86fa.tar.xz
nixlib-e917e470452391b033a6b65532a225dd72fe86fa.tar.zst
nixlib-e917e470452391b033a6b65532a225dd72fe86fa.zip
android-studio: 2.1.2.0 -> 2.1.3.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/android-studio/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix
index 85b9e7c4368a..4d972a54e373 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -20,8 +20,8 @@
 
 let
 
-  version = "2.1.2.0";
-  build = "143.2915827";
+  version = "2.1.3.0";
+  build = "143.3101438";
 
   androidStudio = stdenv.mkDerivation {
     name = "android-studio";
@@ -61,7 +61,7 @@ let
     '';
     src = fetchurl {
       url = "https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-ide-${build}-linux.zip";
-      sha256 = "0q61m8yln77valg7y6lyxlml53z387zh6fyfgc22sm3br5ahbams";
+      sha256 = "1xlz3ibqrm4ckw4lgbkzbxvpgg0y8hips9b54p4d15f34i0r8bvj";
     };
   };