about summary refs log tree commit diff
path: root/pkgs/applications/editors/android-studio/default.nix
diff options
context:
space:
mode:
authorDavid Flatz <david@upcs.at>2023-09-29 11:03:53 +0200
committerDavid Flatz <david@upcs.at>2023-11-19 15:56:29 +0100
commitc5b1cb3795f64affd090e04b291c2c23b295d091 (patch)
tree4452f39319e21bdbaaa60b0591157bb33778a845 /pkgs/applications/editors/android-studio/default.nix
parentd3deaacfb475a62ceba63f34672280029ad6c738 (diff)
androidStudioPackages.stable: 2022.3.1.19 -> 2022.3.1.20
https://developer.android.com/studio/releases/fixed-bugs/studio/2022.3.1#android-studio-giraffe-|-2022.3.1-patch-2
Diffstat (limited to 'pkgs/applications/editors/android-studio/default.nix')
-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 ccabb6b11947d..313627c090bd1 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.19"; # "Android Studio Giraffe (2022.3.1)"
-    sha256Hash = "sha256-JQYl3KsYPgxo6/Eu+KUir3NpUn128e/HBPk8BbAv+p4=";
+    version = "2022.3.1.20"; # "Android Studio Giraffe (2022.3.1) Patch 2"
+    sha256Hash = "sha256-IkxOt6DI4cBPUOztEBNJV0DHGruJjVdJ0skxcue+rdg=";
   };
   betaVersion = {
     version = "2023.1.1.17"; # "Android Studio Hedgehog (2023.3.1)"