Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-01 18:31:04 +00:00
committed by GitHub
113 changed files with 881 additions and 415 deletions
+2
View File
@@ -17,6 +17,8 @@ buildGoModule rec {
vendorSha256 = "sha256-GzsQ6LXxe9UQc13XbsYFOWPe0EzlyHechchKc6xDkAc=";
buildFlagsArray = [ "-ldflags=-s -w -X github.com/jpillora/chisel/share.BuildVersion=${version}" ];
# tests require access to the network
doCheck = false;
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "radvd";
version = "2.18";
version = "2.19";
src = fetchurl {
url = "http://www.litech.org/radvd/dist/${pname}-${version}.tar.xz";
sha256 = "1p2wlv3djvla0r84hdncc3wfa530xigs7z9ssc2v5r1pcpzgxgz1";
sha256 = "0h722f17h7cra1sjgrxhrrvx54mm47fs039909yhbabigxch8kjn";
};
nativeBuildInputs = [ pkg-config bison flex check ];