Skip to content

Commit

Permalink
forgejo: 7.0.9 -> 7.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Oct 28, 2024
1 parent 92ad245 commit cc090c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fo/forgejo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let
pname = "forgejo-frontend";
inherit (forgejo) src version;

npmDepsHash = "sha256-9U2I+JzDGQlfjyvZRbfPbDMmoHxIJ/SOBhMdn1la0EI=";
npmDepsHash = "sha256-RR1FVbyXgeXAWkNYjgleAE7hPqVur00bO1jF3WhGYKA=";

patches = [
./package-json-npm-build-frontend.patch
Expand All @@ -40,14 +40,14 @@ let
in
buildGoModule rec {
pname = "forgejo";
version = "7.0.9";
version = "7.0.10";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "forgejo";
repo = "forgejo";
rev = "v${version}";
hash = "sha256-JoHF49n2HWMHl/LMWxQlj7utkmzyZ5pHEfeSU8gjyfU=";
hash = "sha256-shPrbWuNmoSYXcL0QcgNjapdoWnO3/2h6eUFdMnteR4=";
};

vendorHash = "sha256-hfbNyCQMQzDzJxFc2MPAR4+v/qNcnORiQNbwbbIA4Nw=";
Expand Down
4 changes: 4 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,10 @@ with pkgs;

flare-signal = callPackage ../applications/networking/instant-messengers/flare-signal { };

forgejo = callPackage ../by-name/fo/forgejo/package.nix {
buildGoModule = buildGo123Module;
};

prefer-remote-fetch = import ../build-support/prefer-remote-fetch;

global-platform-pro = callPackage ../development/tools/global-platform-pro { };
Expand Down

0 comments on commit cc090c7

Please sign in to comment.