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

genymotion: 3.2.1 -> 3.3.3
This commit is contained in:
Weijia Wang 2023-03-17 15:39:00 +02:00 committed by GitHub
commit 389975d8f5
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.2.1";
version = "3.3.3";
src = fetchurl {
url = "https://dl.genymotion.com/releases/genymotion-${version}/genymotion-${version}-linux_x64.bin";
name = "genymotion-${version}-linux_x64.bin";
sha256 = "sha256-yCczUfiMcuu9OauMDmMdtnheDBXiC9tOEu0cWAW95FM=";
sha256 = "sha256-8NJgYILOR63tWZc3tHDie79uM1hBnAwJNwGp/h2RHCo=";
};
nativeBuildInputs = [ makeWrapper ];