frr: 8.5.1 -> 8.5.2

This commit is contained in:
R. Ryantm 2023-06-22 04:11:19 +00:00
parent 43be38bd78
commit 4dd398bb8f

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "frr";
version = "8.5.1";
version = "8.5.2";
src = fetchFromGitHub {
owner = "FRRouting";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-dK6eVYj9OIVChnR90FDTB7ow93nLLNRaOG8YEXxh8UQ=";
hash = "sha256-xJCaVh/PlV6WRv/JRHO/vzF72E6Ap8/RaqLnkYTnk14=";
};
nativeBuildInputs = [