genymotion: 3.7.0 -> 3.7.1
This commit is contained in:
parent
c375910128
commit
348a462cb7
@ -29,11 +29,11 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "genymotion";
|
pname = "genymotion";
|
||||||
version = "3.7.0";
|
version = "3.7.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://dl.genymotion.com/releases/genymotion-${version}/genymotion-${version}-linux_x64.bin";
|
url = "https://dl.genymotion.com/releases/genymotion-${version}/genymotion-${version}-linux_x64.bin";
|
||||||
name = "genymotion-${version}-linux_x64.bin";
|
name = "genymotion-${version}-linux_x64.bin";
|
||||||
sha256 = "sha256-JBz6rfKm4hX+Mr+xU3VgzxbFKj+SDr9/ulJ6KrmzAnM=";
|
sha256 = "sha256-nWQZcYN2rxmN7J1OYkM+Oa2UIHztdAJ/eGY5MxNDX90=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper which xdg-utils ];
|
nativeBuildInputs = [ makeWrapper which xdg-utils ];
|
||||||
|
Loading…
Reference in New Issue
Block a user