gnu: wireguard-tools: Update to 1.0.20200513.
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200513.master
parent
27b9fe86b1
commit
eeaeac2354
|
@ -551,7 +551,7 @@ WireGuard was added to Linux 5.6.")
|
||||||
(define-public wireguard-tools
|
(define-public wireguard-tools
|
||||||
(package
|
(package
|
||||||
(name "wireguard-tools")
|
(name "wireguard-tools")
|
||||||
(version "1.0.20200206")
|
(version "1.0.20200513")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -560,7 +560,7 @@ WireGuard was added to Linux 5.6.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ivc08lds5w39a6f2xdfih9wlk5g724hl3kpdvxvh5yff4l84qb7"))))
|
(base32 "1yk8hng0qw2rf76hnawjbdpjssmah88bd5fk20h1c0j1yazlx0a9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in New Issue