openvswitch: 3.4.0 -> 3.4.1

This commit is contained in:
R. Ryantm 2024-12-01 10:24:08 +00:00
parent 2c27ab2e60
commit 58627b0c29

View File

@ -30,13 +30,13 @@
stdenv.mkDerivation rec {
pname = if withDPDK then "openvswitch-dpdk" else "openvswitch";
version = "3.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "openvswitch";
repo = "ovs";
rev = "refs/tags/v${version}";
hash = "sha256-oe6RnSEaK/mFPzTLfsyyd7wijKbv2/tlNUlXZYrb+ko=";
hash = "sha256-EudcANZ0aUImQ/HWSX1PRklvhP2D5L3ugXaC0GKyF0Q=";
};
outputs = [