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

View File

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