Compare commits

..

No commits in common. "9c782fad3c21b6e5b48d95c74cfcd3b649e46f7b" and "a3beed8bfab0ae992611c7884220834179e0b7f8" have entirely different histories.

30 changed files with 16 additions and 18 deletions

View File

@ -1,11 +1,10 @@
;; -*- mode: scheme -*- ;; -*- mode: scheme -*-
;; SPDX-FileCopyrightText: 2022, 2023, 2025 Hilton Chain <hako@ultrarare.space> ;; SPDX-FileCopyrightText: 2022, 2023 Hilton Chain <hako@ultrarare.space>
;; ;;
;; SPDX-License-Identifier: CC0-1.0 ;; SPDX-License-Identifier: CC0-1.0
(channel (channel
(version 0) (version 0)
(directory "modules")
(keyring-reference "keyring") (keyring-reference "keyring")
(url "https://codeberg.org/hako/rosenthal.git") (url "https://codeberg.org/hako/rosenthal.git")
(news-file "NEWS")) (news-file "NEWS"))

View File

@ -1,3 +1,4 @@
;; -*- mode: scheme -*-
;; SPDX-FileCopyrightText: 2025 Hilton Chain <hako@ultrarare.space> ;; SPDX-FileCopyrightText: 2025 Hilton Chain <hako@ultrarare.space>
;; ;;
;; SPDX-License-Identifier: CC0-1.0 ;; SPDX-License-Identifier: CC0-1.0
@ -8,28 +9,26 @@
"cloudflare-warp-bin" "cloudflare-warp-bin"
"cloudflared" "cloudflared"
"dinit" "dinit"
"hugo-bin"
"komga-bin" "komga-bin"
"mihomo-bin" "mihomo-bin"
"navidrome-bin"
"niri" "niri"
"shadow-tls-bin" "shadow-tls-bin"
"sing-box-bin" "sing-box-bin"
"tailscale-bin"
"tree-sitter-yaml" "tree-sitter-yaml"
"wakapi-bin" "wakapi-bin"
"wakatime-cli-bin" "wakatime-cli-bin"
"xwayland-satellite"
;; TODO: Updater unavailable. ;; TODO: Updater unavailable.
;; "bitwarden-icecat" ;; "bitwarden-icecat"
;; "miniflux-injector-icecat"
;; "sidebery-icecat"
;; "clash-bin" ;; "clash-bin"
;; "dnsmasq-china-list" ;; "dnsmasq-china-list"
;; "emacs-pcmpl-tailscale" ;; "emacs-pcmpl-tailscale"
;; "emacs-wakatime-mode" ;; "emacs-wakatime-mode"
;; "forgejo" ;; "forgejo"
;; "grub-efi-luks2" ;; "grub-efi-luks2"
;; "hugo" ;; "miniflux-injector-icecat"
;; "sidebery-icecat"
;; "socks2http" ;; "socks2http"
;; "tailscale"
)) ))

View File

@ -91,7 +91,7 @@ protocols out-of-the-box.")
(define-public mihomo-bin (define-public mihomo-bin
(package (package
(name "mihomo-bin") (name "mihomo-bin")
(version "1.19.5") (version "1.19.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -99,7 +99,7 @@ protocols out-of-the-box.")
version "/mihomo-linux-amd64-v" version ".gz")) version "/mihomo-linux-amd64-v" version ".gz"))
(sha256 (sha256
(base32 (base32
"1x7i7v1gkfgc19fmsn9annv8nvwfl6w5pqr1m3982plzabnlr1ni")))) "1fnjhp8bcw3gmihl29qwfh2ipfgnnddbfjsjr8v6p8nby15igr73"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan
@ -341,7 +341,7 @@ in sidebar.")
(define-public sing-box-bin (define-public sing-box-bin
(package (package
(name "sing-box-bin") (name "sing-box-bin")
(version "1.11.8") (version "1.11.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -349,7 +349,7 @@ in sidebar.")
version "/sing-box-" version "-linux-amd64.tar.gz")) version "/sing-box-" version "-linux-amd64.tar.gz"))
(sha256 (sha256
(base32 (base32
"0fdv8wvkydm20fgpy30hm3b6v3vz09pim178faximpyv4846m46z")))) "150cafy3hmv6zm86fdp1siflwmqa81ca87wy8sw5nj2i65xa7742"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (list #:install-plan #~'(("sing-box" "bin/")))) (arguments (list #:install-plan #~'(("sing-box" "bin/"))))
(supported-systems '("x86_64-linux")) (supported-systems '("x86_64-linux"))
@ -366,7 +366,7 @@ in sidebar.")
(define-public wakapi-bin (define-public wakapi-bin
(package (package
(name "wakapi-bin") (name "wakapi-bin")
(version "2.13.3") (version "2.13.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -374,7 +374,7 @@ in sidebar.")
version "/wakapi_linux_amd64.zip")) version "/wakapi_linux_amd64.zip"))
(sha256 (sha256
(base32 (base32
"1znlp9h1rvisas6qf5r76yg0mbiiqxwgrqcc10gvcjsjrib844av")))) "1z31xfra0iq4nxb59l2nzgx2kr215z13lfnq36arbqv3v4lqnz99"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (list #:install-plan #~'(("wakapi" "bin/wakapi")))) (arguments (list #:install-plan #~'(("wakapi" "bin/wakapi"))))
(supported-systems '("x86_64-linux")) (supported-systems '("x86_64-linux"))
@ -390,7 +390,7 @@ coding statistics.")
(define-public wakatime-cli-bin (define-public wakatime-cli-bin
(package (package
(name "wakatime-cli-bin") (name "wakatime-cli-bin")
(version "1.115.1") (version "1.112.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/wakatime/wakatime-cli" (uri (string-append "https://github.com/wakatime/wakatime-cli"
@ -398,7 +398,7 @@ coding statistics.")
"/wakatime-cli-linux-amd64.zip")) "/wakatime-cli-linux-amd64.zip"))
(sha256 (sha256
(base32 (base32
"1dd4r963kfka0iq6471sid4zrqkjbdm4lw8fyhx24rk0085lhcap")))) "05z6vj86644f76vwwc8r4mfgypwpbfpff77a77mnd8z10c5l5ixf"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan

View File

@ -15,7 +15,7 @@
(define-public cloudflared (define-public cloudflared
(package (package
(name "cloudflared") (name "cloudflared")
(version "2025.4.0") (version "2025.2.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -27,7 +27,7 @@
;; (snippet '(delete-file-recursively "vendor")) ;; (snippet '(delete-file-recursively "vendor"))
(sha256 (sha256
(base32 (base32
"03bhkd5cgrw2srgh82xv1y95zkpx4v2rqdy9azhv4y7fzz07p89w")))) "0iz8dd2ikvmfz19zbw3sdw2kg9cjp9bg4xh10pc4mx28rm9c88a6"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:go go-1.23 (list #:go go-1.23