vpp: 24.06 -> 24.10

This commit is contained in:
R. Ryantm
2024-12-12 21:54:35 +00:00
parent 52a2613850
commit caebc41092
+2 -2
View File
@@ -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 = ''