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

Commits on Jan 3, 2021

  1. corerad: 0.2.8 -> 0.3.0

    Signed-off-by: Matt Layher <mdlayher@gmail.com>
    mdlayher committed Jan 3, 2021
    Copy the full SHA
    680a8e7 View commit details
  2. Merge pull request #108310 from mdlayher/mdl-bump-corerad

    corerad: 0.2.8 -> 0.3.0
    prusnak authored Jan 3, 2021
    Copy the full SHA
    712830d View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/networking/corerad/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/networking/corerad/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "corerad";
version = "0.2.8";
version = "0.3.0";

src = fetchFromGitHub {
owner = "mdlayher";
repo = "corerad";
rev = "v${version}";
sha256 = "053rihi8lqai3z837ddi441yl41lsg1zj9gl62s9vbjmq5l11fjh";
sha256 = "1q4wcliifas8xvwy7kcq4fbc1iv7dha3k6j1nbwl7pjqmyggs3f4";
};

vendorSha256 = "1ra4yfplmgzxzs1nlbm0izg339fjnkfrw071y8w4m6q6wnzdhljb";
vendorSha256 = "07khxs15z9xzcmp4gyggdwqyz361y96h6ib92qax8k83cr0l494p";

doCheck = false;