Merge pull request #200683 from yayayayaka/gitlab-runner-15.5.1

gitlab-runner: 15.5.0 -> 15.5.1

authored by Pascal Bach and committed by GitHub 444ff00a 30f6b42b

+2 -2
+2 -2
pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
··· 1 { lib, buildGoModule, fetchFromGitLab, fetchurl, bash }: 2 3 let 4 - version = "15.5.0"; 5 in 6 buildGoModule rec { 7 inherit version; ··· 23 owner = "gitlab-org"; 24 repo = "gitlab-runner"; 25 rev = "v${version}"; 26 - sha256 = "sha256-WdrvVmuYyFAMwUDEANOjXiPoQ8rvXbcQz5mBlWUL54k="; 27 }; 28 29 patches = [
··· 1 { lib, buildGoModule, fetchFromGitLab, fetchurl, bash }: 2 3 let 4 + version = "15.5.1"; 5 in 6 buildGoModule rec { 7 inherit version; ··· 23 owner = "gitlab-org"; 24 repo = "gitlab-runner"; 25 rev = "v${version}"; 26 + sha256 = "sha256-ZvQaA4DSuEIdHEoRKJg5tOnBQgf26paTAiWy6RLRG3o="; 27 }; 28 29 patches = [