mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump gitlab-runner version
This commit is contained in:
commit
58bd38a01f
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@
|
||||||
(define-public gitlab-runner
|
(define-public gitlab-runner
|
||||||
(package
|
(package
|
||||||
(name "gitlab-runner")
|
(name "gitlab-runner")
|
||||||
(version "15.8.2")
|
(version "16.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://" name "-downloads.s3.amazonaws.com/v" version "/binaries/" name "-linux-amd64"))
|
(uri (string-append "https://" name "-downloads.s3.amazonaws.com/v" version "/binaries/" name "-linux-amd64"))
|
||||||
(file-name (string-append name "-linux-amd64"))
|
(file-name (string-append name "-linux-amd64"))
|
||||||
(sha256 (base32 "1d0hvrzmrdar2dvzvz6dq3950dw185grjs0iv2y62jicb6jz56id"))))
|
(sha256 (base32 "1p2bn29vg64i6nkylkjrpgzhcavkgi4w3z0lrsdbk0hmjg74bqhr"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((guix build utils))
|
'(#:modules ((guix build utils))
|
||||||
|
|
Loading…
Add table
Reference in a new issue