Loading
+6 −3
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ let
    # These tests rely on outbound IP address
    "TestHandler"
    "TestHandler_gcCache"

    # Timeouts
    "TestRunJob_WithConnectionFromCommandOptions"
  ]
  ++ lib.optionals stdenv.isDarwin [
    # Uses docker-specific options, unsupported on Darwin
@@ -49,17 +52,17 @@ let
in
buildGoModule (finalAttrs: {
  pname = "forgejo-runner";
  version = "12.7.3";
  version = "12.8.2";

  src = fetchFromGitea {
    domain = "code.forgejo.org";
    owner = "forgejo";
    repo = "runner";
    rev = "v${finalAttrs.version}";
    hash = "sha256-HVkyn2MYGAFv0eTDnjs9qB1Kd2v98+hQkNNVFs7KrWs=";
    hash = "sha256-bLW33r6BdIDt8kHJzRltlePzEfduiL5PBlVO/iZ6MYg=";
  };

  vendorHash = "sha256-8L3bJtV3kgxRILV7mIY3r77VQuaPn7whwMNWwq5NGN4=";
  vendorHash = "sha256-M/x814rhG9hnl4vkHLYY2LQ4YfUqIrtM0ctrBebigrA=";

  nativeBuildInputs = [ makeWrapper ];