Skip to content

Commit

Permalink
forgejo-lts: 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 69bdeea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 4 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 All @@ -65,6 +65,7 @@ buildGoModule rec {

patches = [
./static-root-path.patch
./relax-go-version.patch
];

postPatch = ''
Expand Down
10 changes: 10 additions & 0 deletions pkgs/by-name/fo/forgejo/relax-go-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- result/go.mod 1970-01-01 01:00:01.000000000 +0100
+++ go.mod 2024-10-28 18:04:49.757634102 +0100
@@ -1,6 +1,6 @@
module code.gitea.io/gitea

-go 1.22.7
+go 1.22.6

require (
code.forgejo.org/forgejo/reply v1.0.1

0 comments on commit 69bdeea

Please sign in to comment.