Skip to content

Commit

Permalink
Merge pull request #318435 from r-ryantm/auto-update/forgejo-runner
Browse files Browse the repository at this point in the history
forgejo-runner: 3.4.1 -> 3.5.0
  • Loading branch information
nixpkgs-merge-bot[bot] authored Jun 10, 2024
2 parents c0fad1b + 8cad995 commit fd5fcda
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 fd5fcda

Please sign in to comment.