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
co-authored by romner-set
+2 -2
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 = ''