bumping gitlab runner to 17.5.2

This commit is contained in:
Jean-François GUILLAUME 2024-10-25 09:46:14 +02:00
parent e4e85f3f9e
commit c6a0870c73
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 "16.3.0") (version "17.5.2")
(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 "1p2bn29vg64i6nkylkjrpgzhcavkgi4w3z0lrsdbk0hmjg74bqhr")))) (sha256 (base32 "0yxqh0n3m94p7xcldplh2binilzfhvhryphina3bvx7haphy9a9x"))))
(build-system trivial-build-system) (build-system trivial-build-system)
(arguments (arguments
'(#:modules ((guix build utils)) '(#:modules ((guix build utils))