Merge pull request #308296 from r-ryantm/auto-update/gitlab-runner

gitlab-runner: 16.10.0 -> 16.11.0

Changed files
+3 -3
pkgs
development
tools
continuous-integration
gitlab-runner
+3 -3
pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
···
{ lib, buildGoModule, fetchFromGitLab, fetchurl, bash }:
let
-
version = "16.10.0";
+
version = "16.11.0";
in
buildGoModule rec {
inherit version;
···
# For patchShebangs
buildInputs = [ bash ];
-
vendorHash = "sha256-ng3ea60qK98nKGmwlSN2hPiE4BF64cgxEYPSeAoeOh0=";
+
vendorHash = "sha256-98ixme01PHbuyCJatWErbzTeuKYSbXsLbZxNGSd+zjY=";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "gitlab-runner";
rev = "v${version}";
-
sha256 = "sha256-TN8T/iib7G1NjyHZzZw686KZ3RCwpA1xRli3/0fnLBI=";
+
sha256 = "sha256-cPY+JAvyRb4+ytx5nwx1BaH/tZ5BW4kgWIEvD6a3aec=";
};
patches = [