mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bumping gitlab runner to 17.5.2
This commit is contained in:
parent
e4e85f3f9e
commit
c6a0870c73
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue