mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'gitlab-runner-15.8.2' into 'main'
bump gitlab-runner to 15.8.2 See merge request glicid-public/guix-glicid!213
This commit is contained in:
commit
3bc00474e9
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@
|
|||
(define-public gitlab-runner
|
||||
(package
|
||||
(name "gitlab-runner")
|
||||
(version "15.8.1")
|
||||
(version "15.8.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 "0dbkji70wxn61q1zkayr4al365lz09nd1f8b06dady3yfplr91yv"))))
|
||||
(sha256 (base32 "1d0hvrzmrdar2dvzvz6dq3950dw185grjs0iv2y62jicb6jz56id"))))
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
'(#:modules ((guix build utils))
|
||||
|
|
Loading…
Add table
Reference in a new issue