mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-04 05:04:33 +00:00
Compare commits
7 Commits
55e4d889a6
...
df6044bef2
Author | SHA1 | Date | |
---|---|---|---|
|
df6044bef2 | ||
|
27319d9666 | ||
|
86f3cfc083 | ||
|
4831a71081 | ||
|
e1a6098158 | ||
|
136eccd475 | ||
|
b11982494a |
@ -30,7 +30,7 @@
|
||||
(define bitwarden
|
||||
(package
|
||||
(name "bitwarden")
|
||||
(version "2025.2.2")
|
||||
(version "2025.3.1")
|
||||
(source (origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append "https://github.com/bitwarden/clients"
|
||||
@ -38,7 +38,7 @@
|
||||
"/dist-firefox-" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"19myzxh7m6ya459lcpx1fv2r0gs3gps3yvch8gdysqmmvawcpx1p"))))
|
||||
"03s8z32rc4mwzi61xpzn4f9z6kxwdnshqy61h2kr3cvq9974li3s"))))
|
||||
(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.3")
|
||||
(version "1.19.4")
|
||||
(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
|
||||
"18apklrcv16570snnd24z92f4hhqq0f0r5lgqs3xkfwz36iddwyy"))))
|
||||
"1fnjhp8bcw3gmihl29qwfh2ipfgnnddbfjsjr8v6p8nby15igr73"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
@ -120,7 +120,7 @@ protocols out-of-the-box.")
|
||||
(define-public cloudflare-warp-bin
|
||||
(package
|
||||
(name "cloudflare-warp-bin")
|
||||
(version "2025.1.861.0")
|
||||
(version "2025.2.600.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pkg.cloudflareclient.com"
|
||||
@ -128,7 +128,7 @@ protocols out-of-the-box.")
|
||||
"cloudflare-warp_" version "_amd64.deb"))
|
||||
(sha256
|
||||
(base32
|
||||
"00icbjfi8xhb47fw4n3xxy2p077val9qwjfcirskww161rw6l758"))))
|
||||
"0rabxl6vfj3pljn77w96kb2k9w99hh5pvis1grr4im6lf5m86xsj"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
@ -348,7 +348,7 @@ monster-in-the-middle}.")
|
||||
(define sidebery
|
||||
(package
|
||||
(name "sidebery")
|
||||
(version "5.3.2.4")
|
||||
(version "5.3.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch/zipbomb)
|
||||
@ -357,7 +357,7 @@ monster-in-the-middle}.")
|
||||
(string-drop-right version 2) "/sidebery-" version ".xpi"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zhjsh1zbiwn3ww3vhp1hhcp4brcd0w41x7l5f135flzn6s4yp0s"))))
|
||||
"0srply73aa3i353w8d6zlqn55wqb2ndmcmzzr4n3dsxr5hynpypx"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@ -377,7 +377,7 @@ in sidebar.")
|
||||
(define-public sing-box-bin
|
||||
(package
|
||||
(name "sing-box-bin")
|
||||
(version "1.11.5")
|
||||
(version "1.11.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@ -385,7 +385,7 @@ in sidebar.")
|
||||
version "/sing-box-" version "-linux-amd64.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0g9gx26h8zccag0h4q4c9hijl81agk0b2anm46ca1skzgn6hy35y"))))
|
||||
"150cafy3hmv6zm86fdp1siflwmqa81ca87wy8sw5nj2i65xa7742"))))
|
||||
(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.3")
|
||||
(version "1.82.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pkgs.tailscale.com"
|
||||
"/stable/tailscale_" version "_amd64.tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09xq4q4yaknz0krgdm6dpjlxclx77cfj8lipjr8n0aw49522b4wy"))))
|
||||
"0ayc224qr2v04qvppbjlhfvnv360qm4129nwzspcd2929xaqkbf4"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
|
@ -33,7 +33,7 @@
|
||||
(define-public forgejo
|
||||
(package
|
||||
(name "forgejo")
|
||||
(version "10.0.1")
|
||||
(version "10.0.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@ -41,7 +41,7 @@
|
||||
version "/forgejo-src-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jmw254xzx15n545cnjpvgdhhr39lfgd2jvmip1lxnl1hkaf6srw"))))
|
||||
"0cqp4x3xrvr7q1pkijqmf6jnx3wahi20xjfrv7ap81ykif83269x"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:go go-1.23
|
||||
|
Loading…
Reference in New Issue
Block a user