Compare commits

...

7 Commits

Author SHA1 Message Date
Hilton Chain
ec16e0a7bc
rosenthal: tailscale: Update to 1.92.5.
* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.92.5.
[native-inputs]: Update vendored Go dependencies.
2026-01-11 15:17:37 +08:00
Hilton Chain
81a607ef4b
rosenthal: sing-box: Update to 1.12.15.
* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.12.15.
[native-inputs]: Update vendored Go dependencies.
2026-01-11 15:17:36 +08:00
Hilton Chain
b451586c84
rosenthal: mihomo: Update to 1.19.18.
* modules/rosenthal/packages/networking.scm (mihomo): Update to 1.19.18.
[native-inputs]: Update vendored Go dependencies.
2026-01-11 15:17:34 +08:00
Hilton Chain
09232e12d0
rosenthal: ukify: Update to 259.
* modules/rosenthal/packages/bootloaders.scm (ukify): Update to 259.
2026-01-11 15:04:55 +08:00
Hilton Chain
d208eb1a41
rosenthal: systemd-stub: Update to 259.
* modules/rosenthal/packages/bootloaders.scm (systemd-stub): Update to 259.
2026-01-11 15:04:55 +08:00
Hilton Chain
0613347b83
rosenthal: prometheus-bin: Update to 3.9.1.
* modules/rosenthal/packages/binaries.scm (prometheus-bin): Update to 3.9.1.
2026-01-11 15:04:55 +08:00
Hilton Chain
904d07ff13
rosenthal: dinit: Update to 0.20.0.
* modules/rosenthal/packages/admin.scm (dinit): Update to 0.20.0.
[build-system]: Switch to gnu-build-system.
[arguments] <#:configure-flags>: Adjust accordingly.
<#:make-flags>: Set CXX and CXX_FOR_BUILD.
2026-01-11 15:03:57 +08:00
4 changed files with 23 additions and 22 deletions

View File

@ -21,7 +21,7 @@
(define-public dinit (define-public dinit
(package (package
(name "dinit") (name "dinit")
(version "0.19.4") (version "0.20.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -30,14 +30,15 @@
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "09k7airphnpg6hmif91d9nfi5fhz40qh52sp8vnrshfy7mhkq571")))) (base32 "1bs61i08fnlmpkbz189ks1ljj0569avb51b22fk27mm99msmdjgy"))))
(build-system meson-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:configure-flags (list #:configure-flags
#~(list "-Dshutdown-prefix=dinit-" #~(list "--shutdown-prefix=dinit-"
"-Dunit-tests=true" (string-append "--sbindir=" #$output "/sbin"))
"-Digr-tests=true" #:make-flags
(string-append "-Ddinit-sbindir=" #$output "/sbin")) #~(list (string-append "CXX=" #$(cxx-for-target))
"CXX_FOR_BUILD=g++")
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'fix-paths (add-after 'unpack 'fix-paths

View File

@ -360,7 +360,7 @@ metrics no matter where they are stored.")
(define-public prometheus-bin (define-public prometheus-bin
(package (package
(name "prometheus-bin") (name "prometheus-bin")
(version "3.8.0") (version "3.9.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/prometheus/prometheus" (uri (string-append "https://github.com/prometheus/prometheus"
@ -368,7 +368,7 @@ metrics no matter where they are stored.")
"/prometheus-" version ".linux-amd64.tar.gz")) "/prometheus-" version ".linux-amd64.tar.gz"))
(sha256 (sha256
(base32 (base32
"0nxj618za3q39m0xvakwvpym28hlca3v5cpvmqbaxd6f641isibg")))) "116569xwfma38j7wbdz7r3hlnk9iz9ycg4yymjadkjxassfrk9l6"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan

View File

@ -83,7 +83,7 @@
(define-public systemd-stub (define-public systemd-stub
(package (package
(name "systemd-stub") (name "systemd-stub")
(version "258.2") (version "259")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -92,7 +92,7 @@
(file-name (git-file-name "name" version)) (file-name (git-file-name "name" version))
(sha256 (sha256
(base32 (base32
"0d2jm94sfw7p85qzhc0jmfrxqdzsxlxwgwr4a42f434zsyw9w9fn")))) "1j0f710m6h2vlry6a62q8qhvkv4c4gah6s7n212fi8liqpb1g5cl"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:tests? #f (list #:tests? #f
@ -126,7 +126,7 @@ Supports measured and/or verified boot environments.")
(define-public ukify (define-public ukify
(package (package
(name "ukify") (name "ukify")
(version "258.2") (version "259")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -135,7 +135,7 @@ Supports measured and/or verified boot environments.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0d2jm94sfw7p85qzhc0jmfrxqdzsxlxwgwr4a42f434zsyw9w9fn")))) "1j0f710m6h2vlry6a62q8qhvkv4c4gah6s7n212fi8liqpb1g5cl"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:phases (list #:phases

View File

@ -71,7 +71,7 @@ origin can remain as closed as possible.")
(define-public mihomo (define-public mihomo
(package (package
(name "mihomo") (name "mihomo")
(version "1.19.17") (version "1.19.18")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -80,7 +80,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
"0sqmclc3ccrd7dw0kjlrx3nxlzq7gq0qmwr6b0gygwan2iv6wx1n")))) "0bqsl7nxkvzvbbsgdwab4d9pxgbllsq3mmawq5p6gpjxjj32skf1"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -125,7 +125,7 @@ origin can remain as closed as possible.")
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"0na4mwsjrlsj5wbfwabsd1i3kby03g26liysl9q7x42ck4vfw1jv")))) "1kdv13bs0z3b756cnsa7cwwnf08j7p6p0n0567dg1gz2wdsa84qn"))))
(if (%current-target-system) (if (%current-target-system)
(list this-package) (list this-package)
'()))) '())))
@ -141,7 +141,7 @@ bypass network restrictions." )
(define-public sing-box (define-public sing-box
(package (package
(name "sing-box") (name "sing-box")
(version "1.12.12") (version "1.12.15")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -150,7 +150,7 @@ bypass network restrictions." )
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1y1g5py91sccf2x6ji5ixl89gaxc72kx6s2h2nycjqfr71l0nd71")))) "04bb5xq4pskcd2sbpi5vvh8f9c52ivjrc2mafz96b6cnbm2ix1fx"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -218,7 +218,7 @@ bypass network restrictions." )
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"1mybyjh38vbs68kwsisca1x153vkw4v3896m0yc0gf16ygdlvms7")))) "01gkszwkxbq133kfjg2iqdd033c1llawdplmka9hwp1hqidhf94r"))))
(if (%current-target-system) (if (%current-target-system)
(list this-package) (list this-package)
'()))) '())))
@ -259,7 +259,7 @@ a SOCKS5 proxy.")
(define-public tailscale (define-public tailscale
(package (package
(name "tailscale") (name "tailscale")
(version "1.90.9") (version "1.92.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -268,7 +268,7 @@ a SOCKS5 proxy.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0hyn7lxfgfvrvwi2vffz4xqcj1grydcp40zv8zavxlxxb0zn7yl1")) "0i96m98ambmb532isi44qzzh7qm16lg78k5y6pdg2l0x3zxq6ijb"))
(patches (patches
(rosenthal-patches (rosenthal-patches
"tailscale-set-guix-system-PATH-for-SSH.patch")) "tailscale-set-guix-system-PATH-for-SSH.patch"))
@ -373,7 +373,7 @@ a SOCKS5 proxy.")
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"0w8fkj2nw873p1911smcqxwp4jsa6hbmgz9ngxmbwswvi4pa6hq1")))) "1j1bnlqk4k098vj31ylj5b7iwd18di84m7zacrlc5aclrif9554c"))))
(if (%current-target-system) (if (%current-target-system)
(list this-package) (list this-package)
'()))) '())))