mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-04 05:04:33 +00:00
Compare commits
6 Commits
3c08ac7178
...
5172fac369
Author | SHA1 | Date | |
---|---|---|---|
|
5172fac369 | ||
|
e661f2788d | ||
|
0436e37f39 | ||
|
cdb50050c5 | ||
|
d698802385 | ||
|
39ea4c7b4d |
@ -30,7 +30,7 @@
|
||||
(define bitwarden
|
||||
(package
|
||||
(name "bitwarden")
|
||||
(version "2025.2.1")
|
||||
(version "2025.2.2")
|
||||
(source (origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append "https://github.com/bitwarden/clients"
|
||||
@ -38,7 +38,7 @@
|
||||
"/dist-firefox-" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"08sw4bq9lkzm6c4j7czdsv5r2nn2v1128vrfd41f02jx18la5cfw"))))
|
||||
"19myzxh7m6ya459lcpx1fv2r0gs3gps3yvch8gdysqmmvawcpx1p"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
@ -86,7 +86,7 @@ protocols out-of-the-box.")
|
||||
(define-public mihomo-bin
|
||||
(package
|
||||
(name "mihomo-bin")
|
||||
(version "1.19.2")
|
||||
(version "1.19.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@ -94,7 +94,7 @@ protocols out-of-the-box.")
|
||||
version "/mihomo-linux-amd64-v" version ".gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03m5fw1a0qp3lw7x843qfyjr2b70w0sm5ckmw4pyf4pvfn05dmqr"))))
|
||||
"18apklrcv16570snnd24z92f4hhqq0f0r5lgqs3xkfwz36iddwyy"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
@ -230,7 +230,7 @@ designed for flexibility.")
|
||||
(define-public komga-bin
|
||||
(package
|
||||
(name "komga-bin")
|
||||
(version "1.20.0")
|
||||
(version "1.21.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@ -238,7 +238,7 @@ designed for flexibility.")
|
||||
"/komga-" version ".jar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dyxavr2jn85appysj8j88i2x3fv46l5s25x4gb47hr4n68f230n"))))
|
||||
"0ya31gjikr71m8mc2pagm1pgc951q6q6yi7mvpa47qskspbkk30m"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
@ -377,7 +377,7 @@ in sidebar.")
|
||||
(define-public sing-box-bin
|
||||
(package
|
||||
(name "sing-box-bin")
|
||||
(version "1.11.4")
|
||||
(version "1.11.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@ -385,7 +385,7 @@ in sidebar.")
|
||||
version "/sing-box-" version "-linux-amd64.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zlj0mn6j7nkczq376spdmgsgrwv10gzq1widl0w4dkb53pn5dqb"))))
|
||||
"0g9gx26h8zccag0h4q4c9hijl81agk0b2anm46ca1skzgn6hy35y"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments (list #:install-plan #~'(("sing-box" "bin/"))))
|
||||
(supported-systems '("x86_64-linux"))
|
||||
@ -399,14 +399,14 @@ in sidebar.")
|
||||
(define-public tailscale-bin
|
||||
(package
|
||||
(name "tailscale-bin")
|
||||
(version "1.80.0")
|
||||
(version "1.80.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pkgs.tailscale.com"
|
||||
"/stable/tailscale_" version "_amd64.tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sq1zw657chwqgpy3kw6kydnccp8ns6b5a5dhkiacd3wpk61yfq8"))))
|
||||
"09xq4q4yaknz0krgdm6dpjlxclx77cfj8lipjr8n0aw49522b4wy"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
@ -425,7 +425,7 @@ way to use WireGuard and 2FA.")
|
||||
(define-public wakapi-bin
|
||||
(package
|
||||
(name "wakapi-bin")
|
||||
(version "2.13.0")
|
||||
(version "2.13.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@ -433,7 +433,7 @@ way to use WireGuard and 2FA.")
|
||||
version "/wakapi_linux_amd64.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1dxpxcaxylcpnxc32xapd5ja0zafaisc6scymsb1n7lzn8fiwg4y"))))
|
||||
"1z31xfra0iq4nxb59l2nzgx2kr215z13lfnq36arbqv3v4lqnz99"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments (list #:install-plan #~'(("wakapi" "bin/wakapi"))))
|
||||
(supported-systems '("x86_64-linux"))
|
||||
|
Loading…
Reference in New Issue
Block a user