summaryrefslogtreecommitdiffstats
path: root/pkgs/development/mobile/genymotion
diff options
context:
space:
mode:
authorAlex Ivanov <gnidorah@users.noreply.github.com>2016-11-27 13:18:24 +0300
committerAlex Ivanov <gnidorah@users.noreply.github.com>2016-11-27 13:18:24 +0300
commitaf1dacc2c33ce97fbd36a4856afcc3297c8645e1 (patch)
treec2afd012b2ea6dc63d65cf167d88e71877a0a201 /pkgs/development/mobile/genymotion
parent244f0456f06066a87ba37e610f638b60489e14ef (diff)
genymotion: 2.7.2 -> 2.8.0
Diffstat (limited to 'pkgs/development/mobile/genymotion')
-rw-r--r--pkgs/development/mobile/genymotion/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/mobile/genymotion/default.nix b/pkgs/development/mobile/genymotion/default.nix
index d5f1b09a9468..745111171bb6 100644
--- a/pkgs/development/mobile/genymotion/default.nix
+++ b/pkgs/development/mobile/genymotion/default.nix
@@ -11,11 +11,11 @@ let
in
stdenv.mkDerivation rec {
name = "genymotion-${version}";
- version = "2.7.2";
+ version = "2.8.0";
src = requireFile {
- url = https://www.genymotion.com/account/login/;
+ url = https://www.genymotion.com/download/;
name = "genymotion-${version}-linux_x64.bin";
- sha256 = "0j1dzry6wf6cw3yr318z81rmj79r6w5l6vpilm7m9h786jrgywa1";
+ sha256 = "0lvfdlpmmsyq2i9gs4mf6a8fxkfimdr4rhyihqnfhjij3fzxz4lk";
};
buildInputs = [ makeWrapper which xdg_utils ];
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://www.genymotion.com/;
license = stdenv.lib.licenses.unfree;
- platforms = stdenv.lib.platforms.linux;
+ platforms = ["x86_64-linux"];
maintainers = [ stdenv.lib.maintainers.puffnfresh ];
};
}