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: f0090503c78a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c15e6fd3fd9f
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 29, 2018

  1. python/twisted: Fix fetching source

    In ced21f5, fetchurl has changed into
    fetchPypi, but the upstream tarball is actually a tar.bz2 archive but by
    default fetchPypi uses "tar.gz" as its extension.
    
    The sha256 however is still the same.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Cc: @FRidh
    aszlig committed Jun 29, 2018
    Copy the full SHA
    c15e6fd View commit details
    Browse the repository at this point in the history