3
0
Fork 0
forked from mirrors/nixpkgs

openvpn: 2.6.8 -> 2.6.9

This commit is contained in:
R. Ryantm 2024-02-13 03:51:50 +00:00 committed by Peter Hoeg
parent 641d3aeeab
commit 6fca7fea2a

View file

@ -21,11 +21,11 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "openvpn"; pname = "openvpn";
version = "2.6.8"; version = "2.6.9";
src = fetchurl { src = fetchurl {
url = "https://swupdate.openvpn.net/community/releases/openvpn-${finalAttrs.version}.tar.gz"; url = "https://swupdate.openvpn.net/community/releases/openvpn-${finalAttrs.version}.tar.gz";
hash = "sha256-Xt4VZcim2IAQD38jUxen7p7qg9UFLbVUfxOp52r3gF0="; hash = "sha256-4I0UfhW0UI380dZhih8h8UlfmBeo2twe3fBTL6EW1+M=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];