Unverified Commit 132086f5 authored by Pascal Bach's avatar Pascal Bach Committed by GitHub
Browse files

Merge pull request #215825 from yayayayaka/gitlab-runner-15.8.2

gitlab-runner: 15.8.0 -> 15.8.2
parents 4734c1fc a7f5d1cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitLab, fetchurl, bash }:

let
  version = "15.8.0";
  version = "15.8.2";
in
buildGoModule rec {
  inherit version;
@@ -23,7 +23,7 @@ buildGoModule rec {
    owner = "gitlab-org";
    repo = "gitlab-runner";
    rev = "v${version}";
    sha256 = "sha256-U7yVlnEzwqcgTX8WjXe2i4SQ0KyW7PgSM3UyuGkjm9g=";
    sha256 = "sha256-kb1xDvU2aP6bI9oziAlUfxbmIq8CgFXPs04hRUmaPyE=";
  };

  patches = [