diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-20 20:34:46 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-25 21:01:00 +0100 |
commit | 15a1f441846fd6b4de74bd7c092d16912c0690cd (patch) | |
tree | e1b39fe38248645b0b7dba379c70a50b01f7a0c6 | |
parent | fae1883b08c2324e884de6dba0649be3b8b5c09f (diff) | |
download | guix-15a1f441846fd6b4de74bd7c092d16912c0690cd.tar.gz guix-15a1f441846fd6b4de74bd7c092d16912c0690cd.zip |
gnu: nebula: Update to 1.9.3.
* gnu/packages/networking.scm (nebula): Update to 1.9.3.
Change-Id: Idf59d25df50fd0e37812d003db7b06dff74e3af3
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 91aaccf06d..8b93aaf443 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4702,7 +4702,7 @@ IPv6 Internet connectivity - it also works over IPv4.") (define-public nebula (package (name "nebula") - (version "1.8.2") + (version "1.9.3") (source (origin (method git-fetch) (uri (git-reference @@ -4711,7 +4711,7 @@ IPv6 Internet connectivity - it also works over IPv4.") (file-name (git-file-name name version)) (sha256 (base32 - "0ly1axgmskrkmxhzymqis6gxf2wd7rvhycm94wfb8k0hirndvg5m")) + "08zzbx2v713zd9p7i4kd1bvcw47xb0092p5apba1x5wg6fpxw5zr")) ;; Remove windows-related binary blobs and files (snippet #~(begin |