rosenthal: cloudflared: Update to 2025.7.0.

* modules/rosenthal/packages/networking.scm (cloudflared): Update to 2025.7.0.
This commit is contained in:
Hilton Chain 2025-07-04 16:02:23 +08:00
parent fc7e585171
commit a82b6c74e4
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

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