mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #303977 from msfjarvis/hs/android-studio
androidStudioPackages.canary: 2024.1.1.2 -> 2024.1.1.3
This commit is contained in:
commit
b7c0e108ac
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ let
|
|||
sha256Hash = "sha256-zROBKzQiP4V2P67HgOIkHgn8q/M0zy5MkZozVSiQsWU=";
|
||||
};
|
||||
latestVersion = {
|
||||
version = "2024.1.1.2"; # "Android Studio Koala | 2024.1.1 Canary 4"
|
||||
sha256Hash = "sha256-d/bzgKimps0Tw7GQD9sc2LLDNaVpWlqNTKkuyxKrCWo=";
|
||||
version = "2024.1.1.3"; # "Android Studio Koala | 2024.1.1 Canary 5"
|
||||
sha256Hash = "sha256-JL2cloR0RhSnr8e62fHhxIzF286fT9sahTuv2OoQVRY=";
|
||||
};
|
||||
in {
|
||||
# Attributes are named by their corresponding release channels
|
||||
|
|
Loading…
Reference in a new issue