mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
fastd: 21 -> 22 (#128301)
https://fastd.readthedocs.io/en/latest/releases/v22.html
This commit is contained in:
parent
177164baa7
commit
f45ccc532b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user