Skip to content

Commit

Permalink
forgejo-runner: 3.4.1 -> 3.5.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 8cad995)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Aug 26, 2024
1 parent e3f4472 commit 7c7a8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fo/forgejo-runner/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildGoModule rec {
pname = "forgejo-runner";
version = "3.4.1";
version = "3.5.0";

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

vendorHash = "sha256-FCCQZdAYRtJR3DGQIEvUzv+1kqvxVTGkwJwZSohq28s=";
Expand Down

0 comments on commit 7c7a8c1

Please sign in to comment.