Compare commits

...

3 Commits

Author SHA1 Message Date
Hilton Chain
a82b6c74e4
rosenthal: cloudflared: Update to 2025.7.0.
* modules/rosenthal/packages/networking.scm (cloudflared): Update to 2025.7.0.
2025-07-04 16:02:23 +08:00
Hilton Chain
fc7e585171
rosenthal: cloudflare-warp-bin: Update to 2025.5.893.0.
* modules/rosenthal/packages/binaries.scm (cloudflare-warp-bin): Update to 2025.5.893.0.
2025-07-04 16:02:22 +08:00
Hilton Chain
9dad5046df
rosenthal: mihomo: Update to 1.19.11.
* modules/rosenthal/packages/networking.scm (mihomo): Update to 1.19.11.
<native-inputs>: Update vendored-go-dependencies.
2025-07-04 15:57:07 +08:00
2 changed files with 7 additions and 7 deletions

View File

@ -42,7 +42,7 @@
(define-public cloudflare-warp-bin (define-public cloudflare-warp-bin
(package (package
(name "cloudflare-warp-bin") (name "cloudflare-warp-bin")
(version "2025.4.943.0") (version "2025.5.893.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://pkg.cloudflareclient.com" (uri (string-append "https://pkg.cloudflareclient.com"
@ -50,7 +50,7 @@
"cloudflare-warp_" version "_amd64.deb")) "cloudflare-warp_" version "_amd64.deb"))
(sha256 (sha256
(base32 (base32
"08gczvxr2826vsz15ysadxm8llwgshxm5qqczn29w9iyirkc4k2q")))) "0w0wwyb30nv79j2qmygsq346snv5il4l2flrwn960r96f20bc9ww"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan

View File

@ -18,7 +18,7 @@
(define-public cloudflared (define-public cloudflared
(package (package
(name "cloudflared") (name "cloudflared")
(version "2025.6.1") (version "2025.7.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -30,7 +30,7 @@
;; (snippet '(delete-file-recursively "vendor")) ;; (snippet '(delete-file-recursively "vendor"))
(sha256 (sha256
(base32 (base32
"1v1rj5jqw8wiahqfw8xqx1rk2hir7xnxn57i185355ha98s4c8vq")))) "0by8pqp2zfqwvqff0pjvrllskcyb2xfzn9ck8d38nhc5vicr428q"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:go go-1.24 (list #:go go-1.24
@ -69,7 +69,7 @@ origin can remain as closed as possible.")
(define-public mihomo (define-public mihomo
(package (package
(name "mihomo") (name "mihomo")
(version "1.19.10") (version "1.19.11")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -78,7 +78,7 @@ origin can remain as closed as possible.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0763l9w8n7w9b6vyykk159vpr3lf9ynhpl86mk8j2v1k0wrwjdpg")))) "1vsy73iian2kk89c40g8q0ndcabcwxvsi4j6h6x4y6dkyafrppcy"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -123,7 +123,7 @@ origin can remain as closed as possible.")
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"00y6qiz892fg2ipn9i2d0xdrr35kaw7la2bzzsxskhd13vqwh4ns")))) "1kvhcngcabp43g27d7spz47dm2c8ngzh270cfwz2iy9vmng67xlk"))))
(if (%current-target-system) (if (%current-target-system)
(list this-package) (list this-package)
'()))) '())))