Compare commits

..

No commits in common. "9dbc67579d735944a8a72a53741e0982b615c7c3" and "7a6a28e872b3168f9b6513ccf797e247cd8a366d" have entirely different histories.

3 changed files with 10 additions and 41 deletions

View File

@ -1,31 +0,0 @@
;; -*- mode: scheme -*-
;; SPDX-FileCopyrightText: 2025 Hilton Chain <hako@ultrarare.space>
;;
;; SPDX-License-Identifier: CC0-1.0
(specifications->manifest
'(
"atuin-bin"
"cloudflare-warp-bin"
"cloudflared"
"dinit"
"hugo-bin"
"mihomo-bin"
"shadow-tls-bin"
"sing-box-bin"
"tailscale-bin"
"tree-sitter-yaml"
"wakapi-bin"
"wakatime-cli-bin"
;; TODO: Updater unavailable.
;; "clash-bin"
;; "dnsmasq-china-list"
;; "emacs-pcmpl-tailscale"
;; "emacs-wakatime-mode"
;; "forgejo"
;; "grub-efi-luks2"
;; "miniflux-injector-icecat"
;; "sidebery-icecat"
;; "socks2http"
))

View File

@ -104,7 +104,7 @@ protocols out-of-the-box.")
(define-public mihomo-bin
(package
(name "mihomo-bin")
(version "1.19.1")
(version "1.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -112,7 +112,7 @@ protocols out-of-the-box.")
version "/mihomo-linux-amd64-v" version ".gz"))
(sha256
(base32
"0g1qzvxnvbxhpf88ck898yh8avbc2n80jmfj9b713w90sdndj8bi"))))
"0y3hwwzgiy81zjil3kgc1llz9s8hlbyy35ykr59za3fyc53l269q"))))
(build-system copy-build-system)
(arguments
(list #:install-plan
@ -207,7 +207,7 @@ different needs.")
(define-public hugo-bin
(package
(name "hugo-bin")
(version "0.141.0")
(version "0.140.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -215,7 +215,7 @@ different needs.")
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
(sha256
(base32
"0zdsq32jrd0plxwvprvl8yvamxayvkj1aw0biyyj4ljlhd23yhxw"))))
"0bzpw3bylgwzgsf570ywvlp9v7z3wh73gb4yw8kjip9s2klnxvvy"))))
(build-system copy-build-system)
(arguments
(list #:install-plan #~'(("hugo" "bin/"))
@ -348,7 +348,7 @@ in sidebar.")
(define-public sing-box-bin
(package
(name "sing-box-bin")
(version "1.10.7")
(version "1.10.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -356,7 +356,7 @@ in sidebar.")
version "/sing-box-" version "-linux-amd64.tar.gz"))
(sha256
(base32
"1zh0grl6ng9fcmhh0s1xxhm7gji8jnj2f0k4w0hiwklbbiwa0l8r"))))
"1yysfdac9g61qn5pj7r0nyy3jrar55g5h0g7c7k2b0843ldkvd8q"))))
(build-system copy-build-system)
(arguments (list #:install-plan #~'(("sing-box" "bin/"))))
(supported-systems '("x86_64-linux"))
@ -420,7 +420,7 @@ coding statistics.")
(define-public wakatime-cli-bin
(package
(name "wakatime-cli-bin")
(version "1.112.1")
(version "1.107.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/wakatime/wakatime-cli"
@ -428,7 +428,7 @@ coding statistics.")
"/wakatime-cli-linux-amd64.zip"))
(sha256
(base32
"05z6vj86644f76vwwc8r4mfgypwpbfpff77a77mnd8z10c5l5ixf"))))
"03d9bl1av8z5qg0991d39bsmijlhnn25cq889y44rbh9qn9gzqhf"))))
(build-system copy-build-system)
(arguments
(list #:install-plan

View File

@ -14,7 +14,7 @@
(define-public cloudflared
(package
(name "cloudflared")
(version "2025.1.0")
(version "2024.12.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -26,7 +26,7 @@
;; (snippet '(delete-file-recursively "vendor"))
(sha256
(base32
"1rvfzjwqpnl7kplk34jbl1s6vvdpvz3497wn0qp84320169fj437"))))
"1a8dxhcd99ks051fc26kfzvjbn6ds3fny53rrqjyxgc9r0vpqkc2"))))
(build-system go-build-system)
(arguments
(list #:go go-1.23