Skip to content

Commit

Permalink
[Backport release-24.05] forgejo-runner: 3.4.1 -> 3.5.1 (#337544)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange committed Aug 26, 2024
2 parents e9576c6 + ed6ca3c commit 3441b7d
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.4.1";
version = "3.5.1";

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

vendorHash = "sha256-FCCQZdAYRtJR3DGQIEvUzv+1kqvxVTGkwJwZSohq28s=";
vendorHash = "sha256-XLDtWYFHwBqbkzj4yRyr3uC1FnpS0bn1ia8i6m+CTBM=";

ldflags = [
"-s"
Expand Down

0 comments on commit 3441b7d

Please sign in to comment.