Compare commits

...

6 Commits

Author SHA1 Message Date
Hilton Chain
f35b32e3aa
rosenthal: hugo: Update to 0.150.0.
* modules/rosenthal/packages/web.scm (hugo): Update to 0.150.0.
[native-inputs]: Update vendored Go dependencies.
2025-09-24 19:50:25 +08:00
Hilton Chain
212b894a0a
rosenthal: tailscale: Update to 1.88.1.
* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.88.1.
[arguments]: Use go-1.25.
[native-inputs]: Update vendored Go dependencies.
2025-09-24 19:50:25 +08:00
Hilton Chain
c594dc9d31
rosenthal: sing-box: Update to 1.12.8.
* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.12.8.
[native-inputs]: Update vendored Go dependencies.
2025-09-24 19:50:12 +08:00
Hilton Chain
3ff13371f2
rosenthal: mihomo: Update to 1.19.14.
* modules/rosenthal/packages/networking.scm (mihomo): Update to 1.19.14.
[native-inputs]: Update vendored Go dependencies.
2025-09-24 19:47:58 +08:00
Hilton Chain
891a615e25
rosenthal: cloudflared: Update to 2025.9.1.
* modules/rosenthal/packages/networking.scm (cloudflared): Update to 2025.9.1.
2025-09-24 18:54:10 +08:00
Hilton Chain
2f54139e5f
rosenthal: prometheus-bin: Update to 3.6.0.
* modules/rosenthal/packages/binaries.scm (prometheus-bin): Update to 3.6.0.
2025-09-24 18:54:09 +08:00
3 changed files with 21 additions and 22 deletions

View File

@ -311,7 +311,7 @@ metrics no matter where they are stored.")
(define-public prometheus-bin
(package
(name "prometheus-bin")
(version "3.5.0")
(version "3.6.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/prometheus/prometheus"
@ -319,7 +319,7 @@ metrics no matter where they are stored.")
"/prometheus-" version ".linux-amd64.tar.gz"))
(sha256
(base32
"16pk8s5lsrvzlqsrhdpmrw98nq8vyqa87wm417xjm0kdy9x844g8"))))
"05j985qhj4dvnfc6ly08ilx3nkhx133qc9ydzjpn2hd6am5fy0i0"))))
(build-system copy-build-system)
(arguments
(list #:install-plan

View File

@ -13,12 +13,13 @@
#:use-module (gnu packages dns)
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-build)
#:use-module (gnu packages linux))
#:use-module (gnu packages linux)
#:use-module (rosenthal packages golang))
(define-public cloudflared
(package
(name "cloudflared")
(version "2025.8.1")
(version "2025.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -30,7 +31,7 @@
;; (snippet '(delete-file-recursively "vendor"))
(sha256
(base32
"1vi5wmsbb6s90ss8v8xvnimgp85n5f1q679w4wzip0823g7z58zf"))))
"07pq6p6lq91173qxckqk181slzlyjc6zclvg9mq2l92znk0i2nf4"))))
(build-system go-build-system)
(arguments
(list #:go go-1.24
@ -69,7 +70,7 @@ origin can remain as closed as possible.")
(define-public mihomo
(package
(name "mihomo")
(version "1.19.12")
(version "1.19.14")
(source (origin
(method git-fetch)
(uri (git-reference
@ -78,7 +79,7 @@ origin can remain as closed as possible.")
(file-name (git-file-name name version))
(sha256
(base32
"1g7v5zdjhkc5gd8ls9z9hmympwnsrlsyjjvxssqpcy09zbmc9fln"))))
"0kq400n22aphz9vapgqr7hkkphn608as37244q2xb21fm5hh90kl"))))
(build-system go-build-system)
(arguments
(list
@ -123,7 +124,7 @@ origin can remain as closed as possible.")
(file-name "vendored-go-dependencies")
(sha256
(base32
"0wdz4811n3wj3ihwq5g7klah16y7g0cdi06bd5crg0ixp579qdjh"))))
"1imrmfcr2s7cspgpay1yj7y4rhafnmxjjhywzff30k25an7mw16p"))))
(if (%current-target-system)
(list this-package)
'())))
@ -139,7 +140,7 @@ bypass network restrictions." )
(define-public sing-box
(package
(name "sing-box")
(version "1.12.4")
(version "1.12.8")
(source (origin
(method git-fetch)
(uri (git-reference
@ -148,7 +149,7 @@ bypass network restrictions." )
(file-name (git-file-name name version))
(sha256
(base32
"0izhria2rh4cvybghb0yfll5bibahvffgj5fhncx3frk6arrmkix"))))
"1mrxd4x9j501vrwmipdj0aqqnakkc9lp62z7gxvhzdh9zb9pvsz3"))))
(build-system go-build-system)
(arguments
(list
@ -216,7 +217,7 @@ bypass network restrictions." )
(file-name "vendored-go-dependencies")
(sha256
(base32
"0plnpg70zmdspqqb609lvx5kncn7iccindygjmasq6myvy37bwi3"))))
"1vbi23x89047i8a9w400pqcy4lf7kw5r8237jhli7z0azmdb4kmb"))))
(if (%current-target-system)
(list this-package)
'())))
@ -257,7 +258,7 @@ a SOCKS5 proxy.")
(define-public tailscale
(package
(name "tailscale")
(version "1.86.2")
(version "1.88.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -266,20 +267,18 @@ a SOCKS5 proxy.")
(file-name (git-file-name name version))
(sha256
(base32
"1l8wqn2pd876cyyhfr9c7ry66jll1mfn4vfxdjdfck9gm6ydz346"))
"0jgalpb2d912ymph239vxhh947jpsdqc05gf08303b9n5p4zk646"))
(modules '((guix build utils)))
(snippet
'(begin
(delete-file-recursively "tool")
(substitute* "net/tstun/tun_linux.go"
(("/sbin/(modprobe)" _ cmd) cmd))
(substitute* "go.mod"
(("1.24.4") "1.24"))))))
(("/sbin/(modprobe)" _ cmd) cmd))))))
(build-system go-build-system)
(arguments
(list
#:tests? (not (%current-target-system)) ;TODO: Run test suite.
#:go go-1.24
#:go go-1.25
#:install-source? #f
#:import-path "."
#:build-flags
@ -365,12 +364,12 @@ a SOCKS5 proxy.")
(native-inputs
(append
(list (origin
(method (go-mod-vendor #:go go-1.24))
(method (go-mod-vendor #:go go-1.25))
(uri (package-source this-package))
(file-name "vendored-go-dependencies")
(sha256
(base32
"0l4j763bk2k9pl99rvga1kk828szmjwl7vc9jvrrfq6bj6rd4171"))))
"0aq9qvb1w2chilkq3gmm3r1914yfaasrqmiz8ibbfk14cdskm8gi"))))
(if (%current-target-system)
(list this-package)
'())))

View File

@ -220,7 +220,7 @@ from serving static websites to running dynamic web applications.")
(define-public hugo
(package
(name "hugo")
(version "0.148.2")
(version "0.150.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -229,7 +229,7 @@ from serving static websites to running dynamic web applications.")
(file-name (git-file-name name version))
(sha256
(base32
"1ajv2m07kl6gysvr6qmgb5f36cygqqvj214v5zml0mjx513d10p8"))))
"1r86klgw82qai664sri90jd3x9my2m61nrj0936z4d4gy4bp0q2d"))))
(build-system go-build-system)
(arguments
(list
@ -288,7 +288,7 @@ from serving static websites to running dynamic web applications.")
(file-name "vendored-go-dependencies")
(sha256
(base32
"00zxki2ps994sy55i3mx5c557vpjba9qi54p7b0vdjlicgxnxhsl")))
"1mhx00vsdpjfwqxln866ssdha0c081r15v6032q87hxh70b536iv")))
(package-source libsass)
(package-source libwebp)))
(home-page "https://gohugo.io/")