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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2de9367299f3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2b688edc6a9d
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
    ```
    
    (cherry picked from commit 1cbb793)
    basvandijk committed Feb 7, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    eadwu Edmund Wu
    Copy the full SHA
    5b906e1 View commit details
  2. Merge pull request #79433 from basvandijk/fix-servant-docs-sha256-rel…

    …ease-19.09
    
    haskellPackages.servant: fix sha256 (release-19.09)
    basvandijk authored Feb 7, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    eadwu Edmund Wu
    Copy the full SHA
    2b688ed View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkgs/development/haskell-modules/configuration-common.nix
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
@@ -726,7 +726,7 @@ self: super: {
owner = "haskell-servant";
repo = "servant";
rev = "v${ver}";
sha256 = "0kqglih3rv12nmkzxvalhfaaafk4b2irvv9x5xmc48i1ns71y23l";
sha256 = "0xk3czk3jhqjxhy0g8r2248m8yxgvmqhgn955k92z0h7p02lfs89";
}}/doc";
# Needed after sphinx 1.7.9 -> 1.8.3
postPatch = ''