Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: de263072b58b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d1504bbe75c2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 1, 2017

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    2188a8b View commit details

Commits on May 20, 2017

  1. Merge pull request #25374 from jflanglois/android-studio-2.3

    android-studio: 2.2.3.0 -> 2.3.1.0
    Mic92 authored May 20, 2017
    Copy the full SHA
    d1504bb View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/editors/android-studio/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/editors/android-studio/default.nix
Original file line number Diff line number Diff line change
@@ -33,8 +33,8 @@

let

version = "2.2.3.0";
build = "145.3537739";
version = "2.3.1.0";
build = "162.3871768";

androidStudio = stdenv.mkDerivation {
name = "android-studio";
@@ -98,7 +98,7 @@ let
'';
src = fetchurl {
url = "https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-ide-${build}-linux.zip";
sha256 = "10fmffkvvbnmgjxb4rq7rjwnn16jp5phw6div4n7hh2ad6spf8wq";
sha256 = "0cw483xxpc3alg5gv5gqfr2ri98pvdb5kzpmbn5jk04gcwhhylin";
};
meta = {
description = "The Official IDE for Android";