mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-20 04:54:34 +00:00
Compare commits
3 Commits
04ad9e3b30
...
342349de15
Author | SHA1 | Date | |
---|---|---|---|
|
342349de15 | ||
|
5cb609ce31 | ||
|
a072092d6f |
@ -141,6 +141,7 @@ Nonfree Software / 非自由軟件:
|
|||||||
*** Services / 服務
|
*** Services / 服務
|
||||||
+ btrbk-service-type
|
+ btrbk-service-type
|
||||||
+ clash-service-type
|
+ clash-service-type
|
||||||
|
+ docker-mailserver-service-type
|
||||||
+ iwd-service-type
|
+ iwd-service-type
|
||||||
+ jellyfin-service-type
|
+ jellyfin-service-type
|
||||||
+ miniflux-service-type
|
+ miniflux-service-type
|
||||||
|
@ -290,14 +290,14 @@ monster-in-the-middle}.")
|
|||||||
(define-public tailscale-bin
|
(define-public tailscale-bin
|
||||||
(package
|
(package
|
||||||
(name "tailscale-bin")
|
(name "tailscale-bin")
|
||||||
(version "1.76.1")
|
(version "1.76.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pkgs.tailscale.com"
|
(uri (string-append "https://pkgs.tailscale.com"
|
||||||
"/stable/tailscale_" version "_amd64.tgz"))
|
"/stable/tailscale_" version "_amd64.tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dk0p4jc91p6c1jg944ljvanj85r3szjs6zl4xh71anq20vlj4bb"))))
|
"1xv1zx171k2vh6dv8hn115r8il2ckhd273x2r88y9fgpg1xkgwh8"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
(define-public cloudflared
|
(define-public cloudflared
|
||||||
(package
|
(package
|
||||||
(name "cloudflared")
|
(name "cloudflared")
|
||||||
(version "2024.10.1")
|
(version "2024.11.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -26,7 +26,7 @@
|
|||||||
;; (snippet '(delete-file-recursively "vendor"))
|
;; (snippet '(delete-file-recursively "vendor"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00ahppkm226vmlm0qwmaf03i5g1y6ycphl32wra6c2lb38jhrwsf"))))
|
"0dzknn06si0q8zqv9pwfvg7ypk46x1rl0fifwd8k0jyy47n92172"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:go go-1.23
|
(list #:go go-1.23
|
||||||
|
Loading…
Reference in New Issue
Block a user