rosenthal: mihomo: Update to 1.19.9.

* modules/rosenthal/packages/networking.scm (mihomo): Update to 1.19.9.
[native-inputs]: Update vendored dependencies.
This commit is contained in:
Hilton Chain 2025-05-22 20:19:05 +08:00
parent f5834187a1
commit 611266ce29
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -70,7 +70,7 @@ origin can remain as closed as possible.")
(define-public mihomo (define-public mihomo
(package (package
(name "mihomo") (name "mihomo")
(version "1.19.8") (version "1.19.9")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -79,7 +79,7 @@ origin can remain as closed as possible.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0wnzaji5yzj8hvjifgnmhg371mm94bc89bb2m1dmsqsp30m3dj0b")))) "0zbgxh8snxvcg7ik418lfqnhf3f9j967k8d36wvydv0iq3i60nsg"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -124,7 +124,7 @@ origin can remain as closed as possible.")
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"1275yq3n7dg7hbw7vj5i1dqi83qgin77iavqxbc2gw8dawbd9plg")))) "0n8szf4knpiwa0jgir8p0swivgyzpd9i6rjv6xv03n4d15fgdc7v"))))
(if (%current-target-system) (if (%current-target-system)
(list this-package) (list this-package)
'()))) '())))