vpp: 25.02 -> 25.06 (#422042)

Co-authored-by: romner-set <romner-set@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-05 11:53:02 +00:00 committed by GitHub
commit 58c5783ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,13 +50,13 @@ let
in
stdenv.mkDerivation rec {
pname = "vpp";
version = "25.02";
version = "25.06";
src = fetchFromGitHub {
owner = "FDio";
repo = "vpp";
rev = "v${version}";
hash = "sha256-UDO1mlOEQNCmtR18CCTF+ng5Ms9gfTsnohSygLlPopY=";
hash = "sha256-BuHKPQA4qHoADqBg2IztlzUMpbvYKK5uH7ktChSW5vk=";
};
postPatch = ''