Merge pull request #305614 from emilylange/forgejo
forgejo: 1.21.11-0 -> 1.21.11-1
This commit is contained in:
commit
10943d9e29
1 changed files with 2 additions and 2 deletions
|
@ -39,14 +39,14 @@ let
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "forgejo";
|
pname = "forgejo";
|
||||||
version = "1.21.11-0";
|
version = "1.21.11-1";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "forgejo";
|
owner = "forgejo";
|
||||||
repo = "forgejo";
|
repo = "forgejo";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Cp+dN4nTIboin42NJR/YUkVXbBC7uufH8EE7NgIVFzY=";
|
hash = "sha256-7oYsoZpZcNIUw3iXSi1Q5So2yYgKnT5U7GHQ4NVqVdc=";
|
||||||
# Forgejo has multiple different version strings that need to be provided
|
# Forgejo has multiple different version strings that need to be provided
|
||||||
# via ldflags. main.ForgejoVersion for example is a combination of a
|
# via ldflags. main.ForgejoVersion for example is a combination of a
|
||||||
# hardcoded gitea compatibility version string (in the Makefile) and
|
# hardcoded gitea compatibility version string (in the Makefile) and
|
||||||
|
|
Loading…
Reference in a new issue