summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2018-01-25 23:59:14 +0100
committerMichael Weiss <dev.primeos@gmail.com>2018-01-25 23:59:14 +0100
commit0f5f904cdd7dd9b3b5b99517643e05a83b89a95f (patch)
tree878a4fec5a28901ad36965e8244a702d8d826dcf /pkgs/applications
parent4fec62d01d98af1f66cf09a844bc1ec503eb32b7 (diff)
downloadnixlib-0f5f904cdd7dd9b3b5b99517643e05a83b89a95f.tar
nixlib-0f5f904cdd7dd9b3b5b99517643e05a83b89a95f.tar.gz
nixlib-0f5f904cdd7dd9b3b5b99517643e05a83b89a95f.tar.bz2
nixlib-0f5f904cdd7dd9b3b5b99517643e05a83b89a95f.tar.lz
nixlib-0f5f904cdd7dd9b3b5b99517643e05a83b89a95f.tar.xz
nixlib-0f5f904cdd7dd9b3b5b99517643e05a83b89a95f.tar.zst
nixlib-0f5f904cdd7dd9b3b5b99517643e05a83b89a95f.zip
android-studio-preview: 3.1.0.7 -> 3.1.0.8
Diffstat (limited to 'pkgs/applications')
-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 b6ead3c8f527..86faeeb05334 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -27,9 +27,9 @@ in rec {
 
   preview = mkStudio {
     pname = "android-studio-preview";
-    version = "3.1.0.7"; # "Android Studio 3.1 Canary 8"
-    build = "173.4529993";
-    sha256Hash = "0mfkzdxbrdqlfqqx83dr9ibkpjwjf54kka9qra9j31zqcmy8rd53";
+    version = "3.1.0.8"; # "Android Studio 3.1 Canary 9"
+    build = "173.4559767";
+    sha256Hash = "0wy3bqd4wvvcwlqcv06mwlqgc119pjpc102ix3yacqvki9qyi1r0";
 
     meta = stable.meta // {
       description = "The Official IDE for Android (preview version)";