Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d46bf208b6e9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e00a4bd5a7a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 11, 2019

  1. openvpn: 2.4.6 -> 2.4.7

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/openvpn/versions
    r-ryantm committed Mar 11, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    elseym Simon Waibl
    Copy the full SHA
    ddc5666 View commit details

Commits on Mar 28, 2019

  1. Merge pull request #57351 from r-ryantm/auto-update/openvpn

    openvpn: 2.4.6 -> 2.4.7
    infinisil authored Mar 28, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Ma27 Maximilian Bosch
    Copy the full SHA
    5e00a4b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/openvpn/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/openvpn/default.nix
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "openvpn-${version}";
version = "2.4.6";
version = "2.4.7";

src = fetchurl {
url = "https://swupdate.openvpn.net/community/releases/${name}.tar.xz";
sha256 = "09lck4wmkas3iyrzaspin9gn3wiclqb1m9sf8diy7j8wakx38r2g";
sha256 = "0j7na936isk9j8nsdrrbw7wmy09inmjqvsb8mw8az7k61xbm6bx4";
};

nativeBuildInputs = [ pkgconfig ];