android-studio-preview: 3.0.0.7 -> 3.0.0.8
This also contains some refactoring.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pname, version, build, src, meta }:
|
||||
{ pname, version, build, sha256Hash, meta }:
|
||||
{ bash
|
||||
, buildFHSUserEnv
|
||||
, coreutils
|
||||
@@ -34,8 +34,13 @@
|
||||
|
||||
let
|
||||
androidStudio = stdenv.mkDerivation {
|
||||
inherit src;
|
||||
name = "${pname}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dl.google.com/dl/android/studio/ide-zips/${version}/android-studio-ide-${build}-linux.zip";
|
||||
sha256 = sha256Hash;
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
makeWrapper
|
||||
unzip
|
||||
|
||||
Reference in New Issue
Block a user