openvswitch: 3.5.0 -> 3.5.1 (#388164)

authored by

Adam C. Stephens and committed by
GitHub
bc215079 0861217c

+2 -2
+2 -2
pkgs/by-name/op/openvswitch/package.nix
··· 30 30 31 31 stdenv.mkDerivation rec { 32 32 pname = if withDPDK then "openvswitch-dpdk" else "openvswitch"; 33 - version = "3.5.0"; 33 + version = "3.5.1"; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "openvswitch"; 37 37 repo = "ovs"; 38 38 tag = "v${version}"; 39 - hash = "sha256-fEntEZHmQX78XZZic9hFr07PWC2RQIpuCfb1FYX3hd0="; 39 + hash = "sha256-iiFpX4w6vdsRxjhRcxXTTtSAb8WPwg1afqwgBpzjhoA="; 40 40 }; 41 41 42 42 outputs = [