Unverified Commit 677c32f5 authored by Pascal Bach's avatar Pascal Bach Committed by GitHub
Browse files

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

gitlab-runner: 15.9.0 -> 15.9.1
parents 1d23a200 ad1a5da4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitLab, fetchurl, bash }:

let
  version = "15.9.0";
  version = "15.9.1";
in
buildGoModule rec {
  inherit version;
@@ -23,7 +23,7 @@ buildGoModule rec {
    owner = "gitlab-org";
    repo = "gitlab-runner";
    rev = "v${version}";
    sha256 = "sha256-wdeH1/1FNG1vwmSmXo7KjhxfQTmQk9lNAxVNoUKlLi4=";
    sha256 = "sha256-J8wcTU2bilhEKwOAVgaJk743b66TLndYOxc1k+S/cBg=";
  };

  patches = [