Skip to content

Commit

Permalink
forgejo-runner: 3.5.1 -> 4.0.1 (#352928)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange authored Nov 4, 2024
2 parents 72ac7fe + a851ff9 commit d527044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fo/forgejo-runner/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

buildGoModule rec {
pname = "forgejo-runner";
version = "3.5.1";
version = "4.0.1";

src = fetchFromGitea {
domain = "code.forgejo.org";
owner = "forgejo";
repo = "runner";
rev = "v${version}";
hash = "sha256-LRMkwSrBU5/IPXMhRT05pE487nmSffXvmfbwBiqpyj8=";
hash = "sha256-hG8gCohf+U8T9A9Abqey9upErJklbCp8HuzHQKFcu3E=";
};

vendorHash = "sha256-XLDtWYFHwBqbkzj4yRyr3uC1FnpS0bn1ia8i6m+CTBM=";
vendorHash = "sha256-yRXI9/LVj4f7qFdScqfpL5WCsK+lJXa6yQmdbUhfrKY=";

ldflags = [
"-s"
Expand Down

0 comments on commit d527044

Please sign in to comment.