Commit ad1a5da4 authored by R. RyanTM's avatar R. RyanTM
Browse files

gitlab-runner: 15.9.0 -> 15.9.1

parent dae678ad
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 = [