Skip to content

Commit

Permalink
android-studio: 2024.2.1.9 -> 2024.2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
captainepoch committed Dec 2, 2024
1 parent e3ae6ff commit 3e07b6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/applications/editors/android-studio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ let
inherit tiling_wm;
};
stableVersion = {
version = "2024.2.1.9"; # "Android Studio Ladybug | 2024.2.1"
sha256Hash = "sha256-18ppVeAvxx6kNBOjSKcZjbEMNt8khKmohMq3JErX7pY=";
version = "2024.2.1.11"; # "Android Studio Ladybug | 2024.2.1 Patch 2"
sha256Hash = "sha256-gfL6XacqtvavrMpKUyfeUZHhM60CcG4+5EDchli4zcM=";
};
betaVersion = {
version = "2024.2.1.8"; # "Android Studio Ladybug | 2024.2.1 RC 1"
sha256Hash = "sha256-Kb/1+g9rIuU/pAO1ue5h0+BU7OCE09QqV9XFoiJxBL4=";
version = "2024.2.2.10"; # "Android Studio Ladybug | 2024.2.2 Beta 1"
sha256Hash = "sha256-cDNM+23RmU5f7egCy78WtQ0xVi9Wz/s2mMi+/s7YIWM=";
};
latestVersion = {
version = "2024.2.2.5"; # "Android Studio Ladybug Feature Drop | 2024.2.2 Canary 5"
sha256Hash = "sha256-LlGjk0dSHVI5u/b942S5iu4RHv1D4KWg2Ge1TL47pvg=";
version = "2024.3.1.3"; # "Android Studio Meerkat | 2024.3.1 Canary 3"
sha256Hash = "sha256-b6HEwHSnNm9ltrfWFepjqoxWQG5Awa3oxlBKeZKnv2g=";
};
in {
# Attributes are named by their corresponding release channels
Expand Down

0 comments on commit 3e07b6e

Please sign in to comment.