frr: 8.4.2 -> 8.5

This commit is contained in:
R. Ryantm 2023-03-23 10:22:11 +00:00
parent 3abfa15068
commit c15e9212fe

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "frr";
version = "8.4.2";
version = "8.5";
src = fetchFromGitHub {
owner = "FRRouting";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-pfsBf5UDAfI+tBmK/xRAR2xBANwVcBDabw7tPBB0yPE=";
hash = "sha256-v3mmTkNQQLUmnkgcEV/hYLtc4FbhDFz/SW67w7C/zZA=";
};
nativeBuildInputs = [