Skip to content

Commit

Permalink
[Backport release-24.11] vpp: 24.06 -> 24.10 (#364762)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 15, 2024
2 parents 4f78bf2 + b1493bc commit 5cfc270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/vp/vpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation rec {
pname = "vpp";
version = "24.06";
version = "24.10";

src = fetchFromGitHub {
owner = "FDio";
repo = "vpp";
rev = "v${version}";
hash = "sha256-AbdtH3ha/Bzj9tAkp4OhjRcUZilUEt+At0LukWN2LJU=";
hash = "sha256-GcmblIAu/BDbqZRycmnBsHkvzJe07qB2lSfDnO7ZYtg=";
};

postPatch = ''
Expand Down

0 comments on commit 5cfc270

Please sign in to comment.