Skip to content

Commit

Permalink
genymotion: 3.6.0 -> 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 25, 2024
1 parent f249362 commit 1fab0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/mobile/genymotion/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
pname = "genymotion";
version = "3.6.0";
version = "3.7.0";
src = fetchurl {
url = "https://dl.genymotion.com/releases/genymotion-${version}/genymotion-${version}-linux_x64.bin";
name = "genymotion-${version}-linux_x64.bin";
sha256 = "sha256-CS1A9udt47bhgnYJqqkCG3z4XaPVHmz417VTsY2ccOA=";
sha256 = "sha256-JBz6rfKm4hX+Mr+xU3VgzxbFKj+SDr9/ulJ6KrmzAnM=";
};

nativeBuildInputs = [ makeWrapper which xdg-utils ];
Expand Down

0 comments on commit 1fab0af

Please sign in to comment.