openvswitch: 3.5.1 -> 3.6.0

Changelog: https://www.openvswitch.org/releases/NEWS-3.6.0.txt
This commit is contained in:
Adam C. Stephens
2025-08-22 08:55:15 -04:00
parent d456facdbb
commit e27f83ae02
+2 -2
View File
@@ -30,13 +30,13 @@
stdenv.mkDerivation rec {
pname = if withDPDK then "openvswitch-dpdk" else "openvswitch";
version = "3.5.1";
version = "3.6.0";
src = fetchFromGitHub {
owner = "openvswitch";
repo = "ovs";
tag = "v${version}";
hash = "sha256-iiFpX4w6vdsRxjhRcxXTTtSAb8WPwg1afqwgBpzjhoA=";
hash = "sha256-zzEE1H0fjFOZY3KXFPb91Bmk3irPL1mHEbEBsumPlkw=";
};
outputs = [