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/nix
base: 05f907787fdc
Choose a base ref
...
head repository: NixOS/nix
compare: f867f090ed19
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 6, 2016

  1. Detect and disallow base32 hash overflow

    Example (before this commit):
    $ nix-hash --type sha256 --to-base16 4n0igfxbd3kqvvj2k2xgysrp63l4v2gd110fwkk4apfpm0hvzwh0 \
        | xargs nix-hash --type sha256 --to-base32
    0n0igfxbd3kqvvj2k2xgysrp63l4v2gd110fwkk4apfpm0hvzwh0
    
    It's a real-life example:
    https://github.com/NixOS/nixpkgs/pull/20208/files#r86695567
    vcunat committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    818aad3 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Configuration menu
    Copy the full SHA
    f867f09 View commit details
    Browse the repository at this point in the history