rosenthal: mihomo-bin: Update to 1.19.0.

* rosenthal/packages/binaries.scm (mihomo-bin): Update to 1.19.0.
[properties]: Add upstream-name.
This commit is contained in:
Hilton Chain 2024-12-29 16:15:11 +08:00
parent c73748e9d2
commit 7c2d02c6e7
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -104,7 +104,7 @@ (define-public clash-bin
(define-public mihomo-bin
(package
(name "mihomo-bin")
(version "1.18.9")
(version "1.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -112,7 +112,7 @@ (define-public mihomo-bin
version "/mihomo-linux-amd64-v" version ".gz"))
(sha256
(base32
"0xq2baqcfd6hnyl1h3q34ymqd227dm06r7dz76s46k7mx7yz7jsb"))))
"0y3hwwzgiy81zjil3kgc1llz9s8hlbyy35ykr59za3fyc53l269q"))))
(build-system copy-build-system)
(arguments
(list #:install-plan
@ -129,7 +129,8 @@ (define-public mihomo-bin
(synopsis "Rule-based tunnel in Go")
(description
"This package provides @command{mihomo}, another @code{clash} kernel.")
(license license:gpl3)))
(license license:gpl3)
(properties '((upstream-name . "mihomo")))))
(define-public clash-meta-bin
(deprecated-package "clash-meta-bin" mihomo-bin))