gitlab-runner: 15.4.0 -> 15.5.0 (#197352)

https://gitlab.com/gitlab-org/gitlab-runner/blob/v15.5.0/CHANGELOG.md

authored by Yaya and committed by GitHub 63a93a21 c7587263

+3 -3
+3 -3
pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
··· 1 { lib, buildGoModule, fetchFromGitLab, fetchurl, bash }: 2 3 let 4 - version = "15.4.0"; 5 in 6 buildGoModule rec { 7 inherit version; ··· 17 # For patchShebangs 18 buildInputs = [ bash ]; 19 20 - vendorSha256 = "sha256-S0x1b2ITtqMoqdssoTgnolDC6Tyq3IdkJqxwZ29qCyU="; 21 22 src = fetchFromGitLab { 23 owner = "gitlab-org"; 24 repo = "gitlab-runner"; 25 rev = "v${version}"; 26 - sha256 = "sha256-zItzg5r0V+m68c5aIJLMKsTKgmkgWrQD9t0cx5Lcaho="; 27 }; 28 29 patches = [
··· 1 { lib, buildGoModule, fetchFromGitLab, fetchurl, bash }: 2 3 let 4 + version = "15.5.0"; 5 in 6 buildGoModule rec { 7 inherit version; ··· 17 # For patchShebangs 18 buildInputs = [ bash ]; 19 20 + vendorSha256 = "sha256-IcsYH1V3b5IUY2JqOADJrc4lkng1GS7lndfHObRQbxU="; 21 22 src = fetchFromGitLab { 23 owner = "gitlab-org"; 24 repo = "gitlab-runner"; 25 rev = "v${version}"; 26 + sha256 = "sha256-WdrvVmuYyFAMwUDEANOjXiPoQ8rvXbcQz5mBlWUL54k="; 27 }; 28 29 patches = [