bumping gitlab runner to 17.5.2

This commit is contained in:
Jean-François GUILLAUME 2024-10-25 07:46:50 +00:00
commit 0be729b009

View file

@ -12,12 +12,12 @@
(define-public gitlab-runner
(package
(name "gitlab-runner")
(version "16.3.0")
(version "17.5.2")
(source (origin
(method url-fetch)
(uri (string-append "https://" name "-downloads.s3.amazonaws.com/v" version "/binaries/" name "-linux-amd64"))
(file-name (string-append name "-linux-amd64"))
(sha256 (base32 "1p2bn29vg64i6nkylkjrpgzhcavkgi4w3z0lrsdbk0hmjg74bqhr"))))
(sha256 (base32 "0yxqh0n3m94p7xcldplh2binilzfhvhryphina3bvx7haphy9a9x"))))
(build-system trivial-build-system)
(arguments
'(#:modules ((guix build utils))