mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-06-01 23:40:31 +00:00
rosenthal: prometheus-bin: Update to 3.12.0.
* modules/rosenthal/packages/binaries.scm (prometheus-bin): Update to 3.12.0.
This commit is contained in:
parent
506a39e83a
commit
5a5dffb983
@ -450,7 +450,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.11.2")
|
(version "3.12.0")
|
||||||
(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"
|
||||||
@ -458,7 +458,7 @@ metrics no matter where they are stored.")
|
|||||||
"/prometheus-" version ".linux-amd64.tar.gz"))
|
"/prometheus-" version ".linux-amd64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19j4l46k8vwsdzifk17sn5ajdrdj3zdvs9rd60lr640dx4gflhzn"))))
|
"0rw8mq0akmzgfnx9v4y4ib0dlhchwgvxgvbqrfp78grhwpw4gni0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? (not (%current-target-system))
|
(list #:tests? (not (%current-target-system))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user