about summary refs log tree commit diff
path: root/pkgs/applications/editors/android-studio
diff options
context:
space:
mode:
authorDaneo Van Overloop <7900887+daneov@users.noreply.github.com>2023-08-27 21:19:40 +0200
committerDaneo Van Overloop <7900887+daneov@users.noreply.github.com>2023-08-27 21:58:00 +0200
commit3906776371fc7375955141783fcc5d776c0f6a30 (patch)
tree6e8536aef63ce59f8446f7f5bd14df26bd2a1135 /pkgs/applications/editors/android-studio
parent3fabe187426a3c69899b09347a11a6ec2c01e3a0 (diff)
android-studio: 2022.3.1.18 -> 2022.3.1.19
Android Studio Giraffe is the latest stable, as can be seen at
[https://developer.android.com/studio - Archived link](http://archive.today/2023.08.27-165708/https://developer.android.com/studio)

It has received a patch update, with details at:
https://developer.android.com/studio/releases#android-studio-giraffe-|-2022.3.1-patch-1-august-2023
Diffstat (limited to 'pkgs/applications/editors/android-studio')
-rw-r--r--pkgs/applications/editors/android-studio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix
index e71677c130e6a..d7d0f21c88232 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -10,8 +10,8 @@ let
     inherit tiling_wm;
   };
   stableVersion = {
-    version = "2022.3.1.18"; # "Android Studio Giraffe (2022.3.1)"
-    sha256Hash = "sha256-JCFeEySmrJEYELLMGvstc1z3Rd+8BpGKQrjW+8a/dDM=";
+    version = "2022.3.1.19"; # "Android Studio Giraffe (2022.3.1)"
+    sha256Hash = "sha256-JQYl3KsYPgxo6/Eu+KUir3NpUn128e/HBPk8BbAv+p4=";
   };
   betaVersion = {
     version = "2022.3.1.17"; # "Android Studio Giraffe (2022.3.1) RC 1"