Compare commits

..

No commits in common. "a82b6c74e4ec025e9846d3ad1b90ddfc31589080" and "6a830c5d42b6bc02e33023d0237be317e4d375cb" have entirely different histories.

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

View File

@ -18,7 +18,7 @@
(define-public cloudflared
(package
(name "cloudflared")
(version "2025.7.0")
(version "2025.6.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -30,7 +30,7 @@
;; (snippet '(delete-file-recursively "vendor"))
(sha256
(base32
"0by8pqp2zfqwvqff0pjvrllskcyb2xfzn9ck8d38nhc5vicr428q"))))
"1v1rj5jqw8wiahqfw8xqx1rk2hir7xnxn57i185355ha98s4c8vq"))))
(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.11")
(version "1.19.10")
(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
"1vsy73iian2kk89c40g8q0ndcabcwxvsi4j6h6x4y6dkyafrppcy"))))
"0763l9w8n7w9b6vyykk159vpr3lf9ynhpl86mk8j2v1k0wrwjdpg"))))
(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
"1kvhcngcabp43g27d7spz47dm2c8ngzh270cfwz2iy9vmng67xlk"))))
"00y6qiz892fg2ipn9i2d0xdrr35kaw7la2bzzsxskhd13vqwh4ns"))))
(if (%current-target-system)
(list this-package)
'())))