Skip to content

Commit 160b47b

Browse files
vpp: 24.06 -> 24.10 (#364733)
2 parents 92060e4 + caebc41 commit 160b47b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/vp/vpp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ let
4545
in
4646
stdenv.mkDerivation rec {
4747
pname = "vpp";
48-
version = "24.06";
48+
version = "24.10";
4949

5050
src = fetchFromGitHub {
5151
owner = "FDio";
5252
repo = "vpp";
5353
rev = "v${version}";
54-
hash = "sha256-AbdtH3ha/Bzj9tAkp4OhjRcUZilUEt+At0LukWN2LJU=";
54+
hash = "sha256-GcmblIAu/BDbqZRycmnBsHkvzJe07qB2lSfDnO7ZYtg=";
5555
};
5656

5757
postPatch = ''

0 commit comments

Comments
 (0)