Unverified Commit a6b72720 authored by Leona Maroni's avatar Leona Maroni
Browse files

Revert "gitlab-runner: 18.5.0 -> 18.6.0"

GitLab Runner 18.6 introduces quite a few regreissions including

- submodule (no fix available)
- variable handling (fix available)

This reverts commit dbb3a08e.
parent c4e4d9b3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule (finalAttrs: {
  pname = "gitlab-runner";
  version = "18.6.0";
  version = "18.5.0";

  src = fetchFromGitLab {
    owner = "gitlab-org";
    repo = "gitlab-runner";
    tag = "v${finalAttrs.version}";
    hash = "sha256-SpfmFpL4bZbzC3T77EEbOoV9dVY3tLgcuE0gN4x1168=";
    hash = "sha256-xuRYnK5Ev2M/vrVWMHcTcK7LLwlQ30MVadMjA67fHpY=";
  };

  vendorHash = "sha256-9Ttmf/iTikSAlAIlmKSRMEDizPP4Iw0CttcR8oYLiMU=";
  vendorHash = "sha256-5Gh9jQ4GkvtN8inEUphehbsnmfyQldvxjbxBkXQ63wc=";

  # For patchShebangs
  buildInputs = [ bash ];