Merge pull request #65675 from srhb/gitlab-runner-fix-hash

gitlab-runner: Fix prebuilt hash
This commit is contained in:
adisbladis 2019-07-31 21:36:08 +01:00 committed by GitHub
commit 98aef10b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ let
# Gitlab runner embeds some docker images these are prebuilt for arm and x86_64
docker_x86_64 = fetchurl {
url = "https://gitlab-runner-downloads.s3.amazonaws.com/v${version}/helper-images/prebuilt-x86_64.tar.xz";
sha256 = "0zrlprzbjnssrf0qjb80fy50ypryrqhmkqrpad68bnsz7da34idk";
sha256 = "1yx530h5rz7wmd012962f9dfj0hvj1m7zab5vchndna4svzzycch";
};
docker_arm = fetchurl {