Skip to content
Snippets Groups Projects
Unverified Commit 08b35210 authored by Rutger Helling's avatar Rutger Helling
Browse files

gnu: wireguard: Update to 0.0.20190905.

* gnu/packages/vpn.scm (wireguard): Update to 0.0.20190905.
parent f66aee3d
No related branches found
No related tags found
No related merge requests found
......@@ -452,14 +452,14 @@ (define-public badvpn
(define-public wireguard
(package
(name "wireguard")
(version "0.0.20190702")
(version "0.0.20190905")
(source (origin
(method url-fetch)
(uri (string-append "https://git.zx2c4.com/WireGuard/snapshot/"
"WireGuard-" version ".tar.xz"))
(sha256
(base32
"1b5s1ncwqxdgb0c6cd07x4ynnj6cpbiqp4bxqir7mm5bf6y124qs"))))
"1xm8w773impgp11jj6kp3fghld0aj8nhfpqla6lflsr8npp7qxkq"))))
(build-system gnu-build-system)
(outputs '("out" ; The WireGuard userspace tools
"kernel-patch")) ; A patch to build Linux with WireGuard support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment