GNU bug report logs -
#54335
[PATCH 00/14] gnu: Add nebula.
Previous Next
Reported by: Dominic Martinez <dom <at> dominicm.dev>
Date: Fri, 11 Mar 2022 03:15:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #230 received at 54335 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/networking.scm (nebula): Change go version to
1.20. Use dario.cat/mergo v1.0.0 (previously imdario/mergo).
---
gnu/packages/networking.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 0addb3cedd..856c1d4f20 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4945,7 +4945,7 @@ (define-public dropwatch
(define-public nebula
(package
(name "nebula")
- (version "1.5.2")
+ (version "1.8.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4954,7 +4954,7 @@ (define-public nebula
(file-name (git-file-name name version))
(sha256
(base32
- "14b7wgx83w1fhcbhsn0mfg872hkml4wwbzimb3bjvc3xpzx6w44k"))
+ "0ly1axgmskrkmxhzymqis6gxf2wd7rvhycm94wfb8k0hirndvg5m"))
;; Remove windows-related binary blobs and files
(snippet
#~(begin
@@ -4963,7 +4963,8 @@ (define-public nebula
(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
@@ -5001,7 +5002,7 @@ (define-public nebula
go-github-com-prometheus-client-golang
go-github-com-nbrownus-go-metrics-prometheus
go-github-com-miekg-dns
- go-github-com-imdario-mergo
+ go-dario-cat-mergo
go-github-com-google-gopacket
go-github-com-gogo-protobuf
go-github-com-flynn-noise
--
2.41.0
This bug report was last modified 1 year and 177 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.