openvswitch: 3.6.1 -> 3.7.0

Changelog: https://www.openvswitch.org/releases/NEWS-3.7.0.txt
This commit is contained in:
Adam C. Stephens
2026-02-18 11:59:58 -05:00
parent c68b10cfba
commit eb059069db
+2 -2
View File
@@ -30,13 +30,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = if withDPDK then "openvswitch-dpdk" else "openvswitch";
version = "3.6.1";
version = "3.7.0";
src = fetchFromGitHub {
owner = "openvswitch";
repo = "ovs";
tag = "v${finalAttrs.version}";
hash = "sha256-I5ISLOu1MMT/mtyH4tcgdFe2zjSsutMWkJiPIbadbQI=";
hash = "sha256-3lbehoy3hbwuM4tXbtfQCXULFr1VQpjsSQ3fZzZcR4U=";
};
outputs = [