mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-03-10 00:44:50 +00:00
rosenthal: cloudflared: Update to 2024.9.1.
* rosenthal/packages/networking.scm (cloudflared): Update to 2024.9.1. [arguments]<#:go>: Use go-1.23.
This commit is contained in:
parent
82619c24fe
commit
f9dc2afc50
@ -14,7 +14,7 @@
|
||||
(define-public cloudflared
|
||||
(package
|
||||
(name "cloudflared")
|
||||
(version "2024.8.3")
|
||||
(version "2024.9.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -26,10 +26,10 @@
|
||||
;; (snippet '(delete-file-recursively "vendor"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q97279qjajbdblg6ggvgkw2x02p8vvzcv3f9jw5na9psdq6hif3"))))
|
||||
"0391nrvxi1hlqgd20p0jh0c8smgqfazviijs5ins8wsbszrbjmrw"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:go go-1.22
|
||||
(list #:go go-1.23
|
||||
#:install-source? #f
|
||||
#:import-path "github.com/cloudflare/cloudflared/cmd/cloudflared"
|
||||
#:unpack-path "github.com/cloudflare/cloudflared"
|
||||
|
Loading…
Reference in New Issue
Block a user