fastd: 21 -> 22 (#128301)

https://fastd.readthedocs.io/en/latest/releases/v22.html
This commit is contained in:
Martin Weinelt 2021-06-27 14:38:34 +02:00 committed by GitHub
parent 177164baa7
commit f45ccc532b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
, meson
, ninja
, pkg-config
, libmnl
, libuecc
, libsodium
, libcap
@ -14,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "fastd";
version = "21";
version = "22";
src = fetchFromGitHub {
owner = "Neoraider";
repo = "fastd";
rev = "v${version}";
sha256 = "1p4k50dk8byrghbr0fwmgwps8df6rlkgcd603r14i71m5g27z5gw";
sha256 = "0qni32j7d3za9f87m68wq8zgalvfxdrx1zxi6l4x7vvmpcw5nhpq";
};
nativeBuildInputs = [
@ -36,6 +37,8 @@ stdenv.mkDerivation rec {
libsodium
libuecc
openssl
] ++ lib.optionals (stdenv.isLinux) [
libmnl
];
# some options are only available on x86