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

Commits on Jan 22, 2020

  1. corerad: 0.1.8 -> 0.1.9

    mdlayher authored and Jon committed Jan 22, 2020
    Copy the full SHA
    2284259 View commit details
  2. nixos/corerad: update test for new configuration

    mdlayher authored and Jon committed Jan 22, 2020
    Copy the full SHA
    50c661c View commit details
Showing with 4 additions and 5 deletions.
  1. +1 −2 nixos/tests/corerad.nix
  2. +3 −3 pkgs/tools/networking/corerad/default.nix
3 changes: 1 addition & 2 deletions nixos/tests/corerad.nix
Original file line number Diff line number Diff line change
@@ -18,8 +18,7 @@ import ./make-test-python.nix (
[[interfaces]]
name = "eth1"
send_advertisements = true
[[interfaces.plugins]]
name = "prefix"
[[interfaces.prefix]]
prefix = "::/64"
'';
};
6 changes: 3 additions & 3 deletions pkgs/tools/networking/corerad/default.nix
Original file line number Diff line number Diff line change
@@ -2,18 +2,18 @@

buildGoModule rec {
pname = "corerad";
version = "0.1.8";
version = "0.1.9";

goPackagePath = "github.com/mdlayher/corerad";

src = fetchFromGitHub {
owner = "mdlayher";
repo = "corerad";
rev = "v${version}";
sha256 = "13js6p3svx2xp20yjpb5w71rnyrhiiqbbvsck45i756j1lndaqxr";
sha256 = "1m23f318qr6b8c7hxrhihrm09pmdwab988k3bn4ygfm49z5phy4s";
};

modSha256 = "03x7r392bwchmd3jzwwykdfkr9lfdn77phfwh8xfk2avhzq7qs89";
modSha256 = "0idlpkn6krs77akn3p6gxsbc8zpj1rnjkhhwmb8ns98x82g6bln0";

meta = with stdenv.lib; {
homepage = "https://github.com/mdlayher/corerad";