Merge pull request #270615 from r-ryantm/auto-update/frr

frr: 9.0.1 -> 9.1
This commit is contained in:
Weijia Wang 2023-11-30 00:40:28 +01:00 committed by GitHub
commit bd083996e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,13 +85,13 @@ lib.warnIf (!(stdenv.buildPlatform.canExecute stdenv.hostPlatform))
stdenv.mkDerivation rec {
pname = "frr";
version = "9.0.1";
version = "9.1";
src = fetchFromGitHub {
owner = "FRRouting";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-o0AVx7sDRowQz6NpKPQThC8NcGA3QN8xFzfE0k4AIVg=";
hash = "sha256-oDPr51vI+tlT1IiUPufmZh/UE0TNKWrn4RqpnGoGxNo=";
};
nativeBuildInputs = [