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

frr: 8.3 -> 8.3.1
This commit is contained in:
Jörg Thalheim 2022-09-03 16:40:50 +01:00 committed by GitHub
commit 1c94148109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "frr";
version = "8.3";
version = "8.3.1";
src = fetchFromGitHub {
owner = "FRRouting";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-PW6ULiSGNznKS6zw4aa27QSSgbew7TTLCqwNm9bH2LY=";
hash = "sha256-+M4xTdjCp5TJh0U8ZfUmw84Y7O0TZ9mmUXhh2J/QOE0=";
};
nativeBuildInputs = [