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

Commits on Apr 14, 2020

  1. corerad: 0.2.2 -> 0.2.3

    mdlayher committed Apr 14, 2020
    Copy the full SHA
    e8f76e4 View commit details

Commits on Apr 15, 2020

  1. Merge pull request #85236 from mdlayher/mdl-corerad-0.2.3

    corerad: 0.2.2 -> 0.2.3
    marsam authored Apr 15, 2020
    Copy the full SHA
    7e07846 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/tools/networking/corerad/default.nix
8 changes: 4 additions & 4 deletions pkgs/tools/networking/corerad/default.nix
Original file line number Diff line number Diff line change
@@ -2,20 +2,20 @@

buildGoModule rec {
pname = "corerad";
version = "0.2.2";
version = "0.2.3";

src = fetchFromGitHub {
owner = "mdlayher";
repo = "corerad";
rev = "v${version}";
sha256 = "0nxrksv98mxs5spykhzpydwjzii5cc6gk8az7irs3fdi4jx6pq1w";
sha256 = "1594qrwrz4bc3iipm4aqb8l1zyi04pwmiz0vdlfn12qn1p7lad5p";
};

modSha256 = "0vbbpndqwwz1mc59j7liaayxaj53cs8s3javgj3pvhkn4vp65p7c";
modSha256 = "1cfhxkvwzf7sn227y6h5h19f27a9ngmpnyqdlfba5km8axqn29vm";

buildFlagsArray = ''
-ldflags=
-X github.com/mdlayher/corerad/internal/build.linkTimestamp=1583280117
-X github.com/mdlayher/corerad/internal/build.linkTimestamp=1586881022
-X github.com/mdlayher/corerad/internal/build.linkVersion=v${version}
'';