Commit 36bec698 authored by R. RyanTM's avatar R. RyanTM Committed by Yaya
Browse files

gitlab-runner: 16.5.0 -> 16.6.0

parent 3a69df10
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitLab, fetchurl, bash }:

let
  version = "16.5.0";
  version = "16.6.0";
in
buildGoModule rec {
  inherit version;
@@ -17,13 +17,13 @@ buildGoModule rec {
  # For patchShebangs
  buildInputs = [ bash ];

  vendorHash = "sha256-C37ijxvyY9PG/Qn29Fmk0pxK+hq45kHIBveBltfIfTo=";
  vendorHash = "sha256-m0+iAJITX0JfBd5ZboqlcG6eNbPJ35gHa4LV21jX5d8=";

  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "gitlab-runner";
    rev = "v${version}";
    sha256 = "sha256-NLidtwn1zT7BxzMEF5K41fwbZaICA/KuAr8MIjpJD+A=";
    sha256 = "sha256-4N00+yO7Ps0+jy7WmHhm4Eh4MXt3beH00ScZ1RWNByE=";
  };

  patches = [