gitlab-runner: fix wrong hash (#124033)

This commit is contained in:
Jonas Chevalier 2021-05-22 17:23:37 +02:00 committed by GitHub
parent a86a9dab24
commit 7c6c48ab9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ buildGoPackage rec {
owner = "gitlab-org";
repo = "gitlab-runner";
rev = "v${version}";
sha256 = "0jh5ghjyzr7srl3xjsklv9yskq8k88kmylpiigjir0mkbn43fgzq";
sha256 = "01ajl7zka5fnph5zcnp3z6ir8xr81wzkam69gxazwjb3nbs642an";
};
patches = [ ./fix-shell-path.patch ];