openvpn: 2.6.12 -> 2.6.13 (#374189)

This commit is contained in:
Mathew Polzin
2025-01-22 20:02:47 -06:00
committed by GitHub
+2 -2
View File
@@ -22,11 +22,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openvpn";
version = "2.6.12";
version = "2.6.13";
src = fetchurl {
url = "https://swupdate.openvpn.net/community/releases/openvpn-${finalAttrs.version}.tar.gz";
hash = "sha256-HGEP3etobjTxNnw0fgJ+QY4HUjoQ9NjOSiwq8vYaGSk=";
hash = "sha256-GvELhpIr18mYJ8wPFR3+loQze45evbOXU5FyhBrCSmo=";
};
nativeBuildInputs = [ pkg-config ];