Unverified Commit 3b1fbfa8 authored by Emily's avatar Emily Committed by GitHub
Browse files

forgejo-runner: 5.0.4 -> 6.0.1 (#373033)

parents 1876aa1c be79695c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,17 +17,17 @@ let
in
buildGoModule rec {
  pname = "forgejo-runner";
  version = "5.0.4";
  version = "6.0.1";

  src = fetchFromGitea {
    domain = "code.forgejo.org";
    owner = "forgejo";
    repo = "runner";
    rev = "v${version}";
    hash = "sha256-juCOIa7dX1WbGlo6mIR7XQs9v7zb7TtKPRJwXagP89Q=";
    hash = "sha256-lwWXJQDtt/qsxWrXUpxhXZTaB+GHxNtY+kLcs/hk6cw=";
  };

  vendorHash = "sha256-hQV4j22+WkLelcwNE6T5Y2PYcoahsOwUAkBuxaDYgsA=";
  vendorHash = "sha256-nY/sxXnbOYcuPr/uFrnJF8fXROnQxr0SZ5nq87sLgH8=";

  ldflags = [
    "-s"