me
/
guix
Archived
1
0
Fork 0

gnu: wireguard-tools: Update to 1.0.20200827.

* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200827.
master
Tobias Geerinckx-Rice 2020-08-30 04:19:03 +02:00
parent c8046d1b22
commit f0117fcdc4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -556,7 +556,7 @@ WireGuard was added to Linux 5.6.")
(define-public wireguard-tools
(package
(name "wireguard-tools")
(version "1.0.20200820")
(version "1.0.20200827")
(source
(origin
(method git-fetch)
@ -565,7 +565,7 @@ WireGuard was added to Linux 5.6.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1n8gxms0hmialm5zgh51bhbrl4fndxfc9vfwj20grp9fr7r6vzc4"))))
(base32 "1h351hn531z6z85sx9ya27xjz1jszgn1pkwibacjj49mds15f7gn"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags