bump gitlab-runner version

This commit is contained in:
Jean-François GUILLAUME 2023-09-13 12:35:59 +02:00
parent 25091d70f5
commit 213c2b247d
GPG key ID: 38751DAE145EFB5A

View file

@ -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))