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: a5c3e147855d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b7ccd536c887
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 7, 2020

  1. haskellPackages.servant: fix sha256

    My build server which isn't using cache.nixos.org discovered an
    outdated hash in servant:
    
    ```
    trying https://github.com/haskell-servant/servant/archive/v0.16.2.tar.gz
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100   132    0   132    0     0    616      0 --:--:-- --:--:-- --:--:--   616
    100  295k    0  295k    0     0   269k      0 --:--:--  0:00:01 --:--:--  384k
    unpacking source archive /build/v0.16.2.tar.gz
    hash mismatch in fixed-output derivation '/nix/store/i6qgxlqf599wl11rd44jasgmwb78wr6c-source':
      wanted: sha256:0kqglih3rv12nmkzxvalhfaaafk4b2irvv9x5xmc48i1ns71y23l
      got:    sha256:0xk3czk3jhqjxhy0g8r2248m8yxgvmqhgn955k92z0h7p02lfs89
    ```
    basvandijk committed Feb 7, 2020
    Copy the full SHA
    1cbb793 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79431 from basvandijk/fix-servant-docs-sha256

    haskellPackages.servant: fix sha256
    basvandijk committed Feb 7, 2020
    Copy the full SHA
    b7ccd53 View commit details
    Browse the repository at this point in the history