Skip to content

Commit

Permalink
[Backport release-24.11] forgejo: 9.0.3 -> 10.0.0 (#374849)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Jan 19, 2025
2 parents c8b93f6 + 951a0a4 commit 8dab93a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/fo/forgejo-runner/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ buildGoModule rec {
changelog = "https://code.forgejo.org/forgejo/runner/src/tag/${src.rev}/RELEASE-NOTES.md";
license = licenses.mit;
maintainers = with maintainers; [
adamcstephens
kranzes
emilylange
];
Expand Down
8 changes: 4 additions & 4 deletions pkgs/by-name/fo/forgejo/package.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import ./generic.nix {
version = "9.0.3";
hash = "sha256-Ig4iz/ZoRj4lyod73GWY2oRV3E3tx3S4rNqQtsTonzQ=";
npmDepsHash = "sha256-yDNlD1l5xuLkkp6LbOlWj9OYHO+WtiAeiu9oIoQLFL8=";
vendorHash = "sha256-JLruZi8mXR1f+o9Olhbz44ieEXVGinUNmVi24VEYj28=";
version = "10.0.0";
hash = "sha256-FcXL+lF2B+EUUEbdD31b1pV7GWbYxk6ewljAXuiV8QY=";
npmDepsHash = "sha256-YQDTw5CccnR7zJpvvEcmHZ2pLLNGYEg/mvncNYzcYY8=";
vendorHash = "sha256-fqHwqpIetX2jTAWAonRWqF1tArL7Ik/XXURY51jGOn0=";
lts = false;
nixUpdateExtraArgs = [
"--override-filename"
Expand Down

0 comments on commit 8dab93a

Please sign in to comment.