Compare commits

..

No commits in common. "35dabaf755b2a960706fa99d9a306fef25dfe8e8" and "b46e9132f36f2078624c767c940ebe1567ecf980" have entirely different histories.

4 changed files with 12 additions and 40 deletions

View File

@ -95,7 +95,6 @@ Rosenthal 頻道定義如下,將其加入 =~/.config/guix/channels.scm= 以由
Binary Packages / 二進制包:
+ atuin-bin
+ bitwarden-icecat
+ clash-bin
+ hugo-bin
+ komga-bin

View File

@ -20,7 +20,6 @@
"wakatime-cli-bin"
;; TODO: Updater unavailable.
;; "bitwarden-icecat"
;; "clash-bin"
;; "dnsmasq-china-list"
;; "emacs-pcmpl-tailscale"

View File

@ -73,32 +73,6 @@ encrypted synchronisation of history between machines, via an Atuin server.")
(license license:gpl3)
(properties '((upstream-name . "atuin")))))
(define bitwarden
(package
(name "bitwarden")
(version "2025.1.3")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append "https://github.com/bitwarden/clients"
"/releases/download/browser-v" version
"/dist-firefox-" version ".zip"))
(sha256
(base32
"0y1vlwvbjmkcspazs7wz4cswjby9i5qi0zj7c02dl06n6kprl7l6"))))
(build-system copy-build-system)
(arguments
(list #:install-plan
#~'(("." #$(assq-ref (package-properties this-package) 'addon-id)))))
(home-page "https://bitwarden.com/")
(synopsis "Bitwarden client browser extension")
(description
"This package provides browser extension for Bitwarden client.")
(license license:gpl3)
(properties '((addon-id . "{446900e4-71c2-419f-a6a7-df9c091e268b}")))))
(define-public bitwarden/icecat
(make-icecat-extension bitwarden))
(define-public clash-bin
(package
(name "clash-bin")
@ -132,7 +106,7 @@ protocols out-of-the-box.")
(define-public mihomo-bin
(package
(name "mihomo-bin")
(version "1.19.2")
(version "1.19.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -140,7 +114,7 @@ protocols out-of-the-box.")
version "/mihomo-linux-amd64-v" version ".gz"))
(sha256
(base32
"03m5fw1a0qp3lw7x843qfyjr2b70w0sm5ckmw4pyf4pvfn05dmqr"))))
"0g1qzvxnvbxhpf88ck898yh8avbc2n80jmfj9b713w90sdndj8bi"))))
(build-system copy-build-system)
(arguments
(list #:install-plan
@ -235,7 +209,7 @@ different needs.")
(define-public hugo-bin
(package
(name "hugo-bin")
(version "0.143.1")
(version "0.141.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -243,7 +217,7 @@ different needs.")
version "/hugo_extended_" version "_linux-amd64.tar.gz"))
(sha256
(base32
"0rhhbmn67mkh98wfwzdkchcxj44q22yc69233q7cfd7kqqyvgn18"))))
"0zdsq32jrd0plxwvprvl8yvamxayvkj1aw0biyyj4ljlhd23yhxw"))))
(build-system copy-build-system)
(arguments
(list #:install-plan #~'(("hugo" "bin/"))
@ -276,7 +250,7 @@ designed for flexibility.")
(define-public komga-bin
(package
(name "komga-bin")
(version "1.19.1")
(version "1.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -284,7 +258,7 @@ designed for flexibility.")
"/komga-" version ".jar"))
(sha256
(base32
"167nihqx7lp2hiq49smjbxw9d2pz8bdkqvl0j82s7d4s79h5qmy8"))))
"1rjjyv2fdb8hqc46az5gw2jgza1p8kg0db98iv4cmmhzgmyljk13"))))
(build-system copy-build-system)
(arguments
(list #:install-plan
@ -423,7 +397,7 @@ in sidebar.")
(define-public sing-box-bin
(package
(name "sing-box-bin")
(version "1.11.1")
(version "1.10.7")
(source (origin
(method url-fetch)
(uri (string-append
@ -431,7 +405,7 @@ in sidebar.")
version "/sing-box-" version "-linux-amd64.tar.gz"))
(sha256
(base32
"1d15ywz2728npf838jxhhlfpqxsk2grp07vp9jklhx09nr41iqd3"))))
"1zh0grl6ng9fcmhh0s1xxhm7gji8jnj2f0k4w0hiwklbbiwa0l8r"))))
(build-system copy-build-system)
(arguments (list #:install-plan #~'(("sing-box" "bin/"))))
(supported-systems '("x86_64-linux"))
@ -445,14 +419,14 @@ in sidebar.")
(define-public tailscale-bin
(package
(name "tailscale-bin")
(version "1.80.0")
(version "1.78.1")
(source (origin
(method url-fetch)
(uri (string-append "https://pkgs.tailscale.com"
"/stable/tailscale_" version "_amd64.tgz"))
(sha256
(base32
"0sq1zw657chwqgpy3kw6kydnccp8ns6b5a5dhkiacd3wpk61yfq8"))))
"12aa8zr8b8x374vg48p6lcfzfwjjf2k9ywvbrdrj2080d2yr3d1x"))))
(build-system copy-build-system)
(arguments
(list #:install-plan

View File

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