Unverified Commit 74edfb73 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #198902 from aaronjheng/openvpn

openvpn: 2.5.6 -> 2.5.8
parents d7564d35 2b24d0d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,8 +81,8 @@ in
  };

  openvpn = generic {
    version = "2.5.6";
    sha256 = "0gdd88rcan9vfiwkzsqn6fxxdim7kb1bsxrcra59c5xksprpwfik";
    version = "2.5.8";
    sha256 = "1cixqm4gn2d1v8qkbww75j30fzvxz13gc7whcmz54i0x4fvibwx6";
    extraBuildInputs = [ openssl ];
  };
}