Unverified Commit 40da2024 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #253562 from r-ryantm/auto-update/gobgp

gobgp: 3.17.0 -> 3.18.0
parents 2c83c01c 2df002d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "gobgp";
  version = "3.17.0";
  version = "3.18.0";

  src = fetchFromGitHub {
    owner = "osrg";
    repo = "gobgp";
    rev = "v${version}";
    sha256 = "sha256-LpQMRn0mINhixbS8GpYAqr0pjwbnQdUOs2BH3rkQ3hU=";
    sha256 = "sha256-OAePH8q8YQJGundd0VwtLEl3UkRyuZYAx5rcN4DNft4=";
  };

  vendorHash = "sha256-Z7vYpDQIKc4elVBLiGtxF3D9pec4QNvWFLpux/29t1Y=";