Skip to content

Commit

Permalink
openvswitch: 3.4.1 -> 3.5.0 (#384419)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Feb 24, 2025
2 parents e3c232a + 4c21d22 commit b8af003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/op/openvswitch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@

stdenv.mkDerivation rec {
pname = if withDPDK then "openvswitch-dpdk" else "openvswitch";
version = "3.4.1";
version = "3.5.0";

src = fetchFromGitHub {
owner = "openvswitch";
repo = "ovs";
tag = "v${version}";
hash = "sha256-EudcANZ0aUImQ/HWSX1PRklvhP2D5L3ugXaC0GKyF0Q=";
hash = "sha256-fEntEZHmQX78XZZic9hFr07PWC2RQIpuCfb1FYX3hd0=";
};

outputs = [
Expand Down

0 comments on commit b8af003

Please sign in to comment.