File tree Expand file tree Collapse file tree
pkgs/development/tools/continuous-integration/gitlab-runner Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{ lib , buildGoPackage , fetchFromGitLab , fetchurl } :
22
33let
4- version = "13.6 .0" ;
4+ version = "13.7 .0" ;
55 # Gitlab runner embeds some docker images these are prebuilt for arm and x86_64
66 docker_x86_64 = fetchurl {
77 url = "https://gitlab-runner-downloads.s3.amazonaws.com/v${ version } /helper-images/prebuilt-x86_64.tar.xz" ;
8- sha256 = "0q1f4dmdkqrdzs3mb5wk6k6x50li4c7js0blzfcz3f3n8gm925jw " ;
8+ sha256 = "0hbzvw6bdy31yqnri7379gpm8n5nv6ayr1idg02c9zqgcsgm34jf " ;
99 } ;
1010
1111 docker_arm = fetchurl {
1212 url = "https://gitlab-runner-downloads.s3.amazonaws.com/v${ version } /helper-images/prebuilt-arm.tar.xz" ;
13- sha256 = "1hxjqk4in1a2abcyxj7556fcscxq4cfy24cgcmh1qhvirnm5j6mc " ;
13+ sha256 = "036drxlkmm35mdl0f5k79hnmwvf8gadgsxx71jprn1fjjzk3cxmz " ;
1414 } ;
1515in
1616buildGoPackage rec {
@@ -30,7 +30,7 @@ buildGoPackage rec {
3030 owner = "gitlab-org" ;
3131 repo = "gitlab-runner" ;
3232 rev = "v${ version } " ;
33- sha256 = "0vwky4hdkh1qvd61zdf2avbbnn3ya6pdicqggh2fx7k04pnp05mh " ;
33+ sha256 = "0v2wcalvs7gsbi33jm35k01cqv2iqz3k3yfjjw08dssg358d0vfp " ;
3434 } ;
3535
3636 patches = [ ./fix-shell-path.patch ] ;
You can’t perform that action at this time.
0 commit comments