vpp: 25.02 -> 25.06

This commit is contained in:
R. Ryantm
2025-07-03 10:14:47 +00:00
parent f5f1c7605e
commit 4477d077f9
+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 = ''