frr: 8.5 -> 8.5.1

This commit is contained in:
R. Ryantm 2023-04-28 14:42:49 +00:00
parent cfe96dbfce
commit 4dbbfdd3a1

View file

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