summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Mémeint <nicomem@pm.me>2023-07-05 23:27:14 +0200
committerNicolas Mémeint <nicomem@pm.me>2023-07-11 20:28:42 +0200
commit880aa44d4b8709471798916d812388ab828f56a4 (patch)
tree63440245de6c23cbaaaae847da1f3c5a158fcabf
parent7fb56186b676a330b2d129414d9b1fa245694ef0 (diff)
downloadnixpkgs-880aa44d4b8709471798916d812388ab828f56a4.tar
nixpkgs-880aa44d4b8709471798916d812388ab828f56a4.tar.gz
nixpkgs-880aa44d4b8709471798916d812388ab828f56a4.tar.bz2
nixpkgs-880aa44d4b8709471798916d812388ab828f56a4.tar.lz
nixpkgs-880aa44d4b8709471798916d812388ab828f56a4.tar.xz
nixpkgs-880aa44d4b8709471798916d812388ab828f56a4.tar.zst
nixpkgs-880aa44d4b8709471798916d812388ab828f56a4.zip
androidStudioPackages.canary: 2022.3.1.12 -> 2023.1.1.12
-rw-r--r--pkgs/applications/editors/android-studio/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix
index 4f907cf67cc..fc8600abb1a 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -17,7 +17,10 @@ let
     version = "2022.3.1.16"; # "Android Studio Giraffe (2022.3.1) Beta 5"
     sha256Hash = "sha256-D+Hoa50fzvtO0/6DsExmGSDzcgDIT2Bg+HvI6mCle14=";
   };
-  latestVersion = betaVersion;
+  latestVersion = {
+    version = "2023.1.1.12"; # Android Studio Hedgehog (2023.1.1) Canary 12
+    sha256Hash = "sha256-/BKtjX3O6PCqtzVfVMPICcip6tf6W/JV5UzWgON+kZY=";
+  };
 in {
   # Attributes are named by their corresponding release channels