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:
Jean-François GUILLAUME 2023-02-16 10:13:53 +00:00
commit 3bc00474e9

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.1") (version "15.8.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 "0dbkji70wxn61q1zkayr4al365lz09nd1f8b06dady3yfplr91yv")))) (sha256 (base32 "1d0hvrzmrdar2dvzvz6dq3950dw185grjs0iv2y62jicb6jz56id"))))
(build-system trivial-build-system) (build-system trivial-build-system)
(arguments (arguments
'(#:modules ((guix build utils)) '(#:modules ((guix build utils))