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

frr: 10.0 -> 10.0.1
This commit is contained in:
Martin Weinelt 2024-06-10 13:56:29 +02:00 committed by GitHub
commit 66382c87d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,13 +85,13 @@ lib.warnIf (!(stdenv.buildPlatform.canExecute stdenv.hostPlatform))
stdenv.mkDerivation rec {
pname = "frr";
version = "10.0";
version = "10.0.1";
src = fetchFromGitHub {
owner = "FRRouting";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-vvh9z2hmjvAA7OXgrUmlcrrTE5MRedZzfmhX5FEDKwE=";
hash = "sha256-bY5SSF/fmKQc8ECPik0v/ZlUiFsbZhwG2C5pbmoMzwQ=";
};
nativeBuildInputs = [