diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-08 23:30:10 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-08 23:30:10 +0100 |
| commit | e4a6c73831dc996e7371e101308a416ae7b65436 (patch) | |
| tree | b7eb78398bcb92eb88b90d0219a7f6cb54eec146 /gnu | |
| parent | d9c6f8d2e09816ff602f4e426433be91d294209e (diff) | |
gnu: nebula: Update to 1.9.6.
* gnu/packages/networking.scm (nebula): Update to 1.9.6.
Change-Id: I0312eea1e5786497e83e14efe138a12ef2336bbf
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/networking.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 2ee63785546..52bce4aa7c8 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -4934,16 +4934,16 @@ daemon.") (define-public nebula (package (name "nebula") - (version "1.9.5") + (version "1.9.6") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/slackhq/nebula") - (commit (string-append "v" version)))) + (url "https://github.com/slackhq/nebula") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "1slknnrdnf5a2ask11ql3gwnnl6c5359bp8rd712aq30lxa2d4r0")) + "0mcyakwr0r5lw6qgzib54v73a1j6ccaxrz3jf6dsh8daqwp5nmcj")) ;; Remove windows-related binary blobs and files (snippet #~(begin |
