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: e03f62b8aaf5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: df8281e3a632
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 26, 2019

  1. ndisc6: 1.0.3 -> 1.0.4

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/ndisc6/versions
    r-ryantm committed Mar 26, 2019
    Copy the full SHA
    c332fd0 View commit details

Commits on Mar 27, 2019

  1. Merge pull request #58395 from r-ryantm/auto-update/ndisc6

    ndisc6: 1.0.3 -> 1.0.4
    infinisil authored Mar 27, 2019
    Copy the full SHA
    df8281e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/ndisc6/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/ndisc6/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl }:

stdenv.mkDerivation rec {
name = "ndisc6-1.0.3";
name = "ndisc6-1.0.4";

src = fetchurl {
url = "https://www.remlab.net/files/ndisc6/archive/${name}.tar.bz2";
sha256 = "08f8xrsck2ykszp12yxx4ssf6wnkn7l6m59456hw3vgjyp5dch8g";
sha256 = "07swyar1hl83zxmd7fqwb2q0c0slvrswkcfp3nz5lknrk15dmcdb";
};

buildInputs = [ perl ];