Merge pull request #251158 from r-ryantm/auto-update/genymotion

genymotion: 3.4.0 -> 3.5.0
This commit is contained in:
Weijia Wang 2023-08-29 23:17:03 +02:00 committed by GitHub
commit 37d609fc6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation rec {
pname = "genymotion";
version = "3.4.0";
version = "3.5.0";
src = fetchurl {
url = "https://dl.genymotion.com/releases/genymotion-${version}/genymotion-${version}-linux_x64.bin";
name = "genymotion-${version}-linux_x64.bin";
sha256 = "sha256-2pYnjjskmIxQXLXwQpSz/HxoCqvK0TuRDBoh/KrVTpM=";
sha256 = "sha256-rZyTdVn0mnNLrGPehah62/AvTgUpNEtzn+Di1O3G3Sg=";
};
nativeBuildInputs = [ makeWrapper ];