Merge pull request #241774 from nicomem/android-studio-canary

authored by

Janik and committed by
GitHub
11974945 5c327bc5

+4 -1
+4 -1
pkgs/applications/editors/android-studio/default.nix
··· 17 17 version = "2022.3.1.16"; # "Android Studio Giraffe (2022.3.1) Beta 5" 18 18 sha256Hash = "sha256-D+Hoa50fzvtO0/6DsExmGSDzcgDIT2Bg+HvI6mCle14="; 19 19 }; 20 - latestVersion = betaVersion; 20 + latestVersion = { 21 + version = "2023.1.1.12"; # Android Studio Hedgehog (2023.1.1) Canary 12 22 + sha256Hash = "sha256-/BKtjX3O6PCqtzVfVMPICcip6tf6W/JV5UzWgON+kZY="; 23 + }; 21 24 in { 22 25 # Attributes are named by their corresponding release channels 23 26