Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 61f0936d1cd7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4318c3cc9ba3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 28, 2019

  1. genymotion: refactor src from requireFile to fetchurl

    The old src url was updated by the host, making the required file inaccessible. The new url links directly to the required file. This direct link allows us to use fetchurl rather than requireFile.
    
    genymotion: refactor src url
    
    Fixed revisions:
    1) Uses `pname`.
    2) URL uses version variable in path. Data type for `url` was changed from path to string.
    
    genymotion: refactor src url
    
    Removed redundant `name` definition.
    
    fixed typo in URL
    
    changed requireFile to fetchurl
    aakropotkin committed May 28, 2019
    Copy the full SHA
    4b46acd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Merge pull request #62109 from BadDecisionsAlex/patch-5

    genymotion: refactor src from requireFile to fetchurl
    etu committed May 29, 2019
    Copy the full SHA
    4318c3c View commit details
    Browse the repository at this point in the history