Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 2de9367299f3
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: c49da6435f31
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

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
    Copy the full SHA
    5b906e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79433 from basvandijk/fix-servant-docs-sha256-rel…

    …ease-19.09
    
    haskellPackages.servant: fix sha256 (release-19.09)
    basvandijk committed Feb 7, 2020
    Copy the full SHA
    2b688ed View commit details
    Browse the repository at this point in the history
  3. pythonPackages.django_1_11: 1.11.24 -> 1.11.28

    See https://docs.djangoproject.com/en/1.11/releases/1.11.28/ for release
    information
    
    (cherry picked from commit 4fa2193)
    lsix committed Feb 7, 2020
    Copy the full SHA
    095f578 View commit details
    Browse the repository at this point in the history
  4. pythonPackages.django_2_2: 2.2.9 -> 2.2.10

    See https://docs.djangoproject.com/en/2.2/releases/2.2.10/ for release
    information
    
    (cherry picked from commit 2c7f99a)
    lsix committed Feb 7, 2020
    Copy the full SHA
    c49da64 View commit details
    Browse the repository at this point in the history