Unverified Commit 4a0538b2 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

openvswitch: 3.6.0 -> 3.6.1 (#440301)

parents d2312fff cc5f9842
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@

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

  src = fetchFromGitHub {
    owner = "openvswitch";
    repo = "ovs";
    tag = "v${version}";
    hash = "sha256-zzEE1H0fjFOZY3KXFPb91Bmk3irPL1mHEbEBsumPlkw=";
    hash = "sha256-I5ISLOu1MMT/mtyH4tcgdFe2zjSsutMWkJiPIbadbQI=";
  };

  outputs = [