[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/14: gnu: nebula: Update to 1.8.2.
From: |
guix-commits |
Subject: |
13/14: gnu: nebula: Update to 1.8.2. |
Date: |
Mon, 12 Feb 2024 18:38:47 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit ace1785c5d1df11289b506f50ffad16396683efa
Author: Alexey Abramov <levenson@mmer.org>
AuthorDate: Mon Feb 12 22:14:41 2024 +0000
gnu: nebula: Update to 1.8.2.
* gnu/packages/networking.scm (nebula): Update to 1.8.2.
[arguments]: <#:go>: Use go-1.20.
[inputs]: Remove go-github-com-imdario-mergo. Add go-dario-cat-mergo.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ifab21622036f1d09dc61c687142f21515dd4f688
---
gnu/packages/networking.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 4b60bd948a..e1f4bf5afd 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4678,7 +4678,7 @@ IPv6 Internet connectivity - it also works over IPv4.")
(define-public nebula
(package
(name "nebula")
- (version "1.5.2")
+ (version "1.8.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4687,7 +4687,7 @@ IPv6 Internet connectivity - it also works over IPv4.")
(file-name (git-file-name name version))
(sha256
(base32
- "14b7wgx83w1fhcbhsn0mfg872hkml4wwbzimb3bjvc3xpzx6w44k"))
+ "0ly1axgmskrkmxhzymqis6gxf2wd7rvhycm94wfb8k0hirndvg5m"))
;; Remove windows-related binary blobs and files
(snippet
#~(begin
@@ -4696,7 +4696,8 @@ IPv6 Internet connectivity - it also works over IPv4.")
(delete-file-recursively "wintun")))))
(build-system go-build-system)
(arguments
- `(#:import-path "github.com/slackhq/nebula"
+ `(#:go ,go-1.20
+ #:import-path "github.com/slackhq/nebula"
#:install-source? #f
#:phases
(modify-phases %standard-phases
@@ -4716,14 +4717,14 @@ IPv6 Internet connectivity - it also works over IPv4.")
(install-file "nebula" bindir)
(install-file "nebula-cert" bindir)))))))
(inputs
- (list go-github-com-anmitsu-go-shlex
+ (list go-dario-cat-mergo
+ go-github-com-anmitsu-go-shlex
go-github-com-armon-go-radix
go-github-com-cespare-xxhash
go-github-com-cyberdelia-go-metrics-graphite
go-github-com-flynn-noise
go-github-com-gogo-protobuf
go-github-com-google-gopacket
- go-github-com-imdario-mergo
go-github-com-miekg-dns
go-github-com-nbrownus-go-metrics-prometheus
go-github-com-prometheus-client-golang
- branch master updated (bb4f0509b7 -> ffc7650c11), guix-commits, 2024/02/12
- 03/14: gnu: Add go-github-com-cyberdelia-go-metrics-graphite., guix-commits, 2024/02/12
- 01/14: gnu: Add go-github-com-anmitsu-go-shlex., guix-commits, 2024/02/12
- 04/14: gnu: Add go-github-com-miekg-dns., guix-commits, 2024/02/12
- 08/14: gnu: go-github-com-prometheus-client-model: Move to golang-xyz., guix-commits, 2024/02/12
- 05/14: gnu: Add go-github-com-nbrownus-go-metrics-prometheus., guix-commits, 2024/02/12
- 02/14: gnu: Add go-github-com-armon-go-radix., guix-commits, 2024/02/12
- 10/14: gnu: go-github-com-stathat-go: Move to golang-xyz., guix-commits, 2024/02/12
- 11/14: gnu: Add go-dario-cat-mergo., guix-commits, 2024/02/12
- 12/14: gnu: Add nebula., guix-commits, 2024/02/12
- 13/14: gnu: nebula: Update to 1.8.2.,
guix-commits <=
- 07/14: gnu: Add go-github-com-skip2-go-qrcode., guix-commits, 2024/02/12
- 09/14: gnu: go-github-com-rcrowley-go-metrics: Move to golang-xyz., guix-commits, 2024/02/12
- 06/14: gnu: Add go-github-com-songgao-water., guix-commits, 2024/02/12
- 14/14: gnu: nebula: Use G-expressions., guix-commits, 2024/02/12