Skip to content

Commit

Permalink
gitea: 1.22.6 -> 1.23.1 (#372667)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 11, 2025
2 parents 6b96929 + 1184307 commit ce157e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/gi/gitea/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
pname = "gitea-frontend";
inherit (gitea) src version;

npmDepsHash = "sha256-7kYGFJffP7Mu4+tWlcLTb7eBibgpwEis2zQYMWCI7dw=";
npmDepsHash = "sha256-xSJOEXDF/1Cc7ptNMLGE7RqqbxelI2XS/Mi9JZSWu/Y=";

# use webpack directly instead of 'make frontend' as the packages are already installed
buildPhase = ''
Expand All @@ -35,18 +35,18 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.22.6";
version = "1.23.1";

src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${gitea.version}";
hash = "sha256-WQ8RAx4yW2dl1a/NXHF9fqAG6y62mXmB2lH8DFCg+nA=";
hash = "sha256-0/mzOKSRhXLhwmDnMHQCjkalP+4hkQR6kICsAj6+6zE=";
};

proxyVendor = true;

vendorHash = "sha256-BR5PDhag557F4nLRoNJuwz+dlSjYgxzoKx/DIsXBPto=";
vendorHash = "sha256-qOntP6zBd21PjCAV5ZvksgwIV4zDTOYiVBBWkC6O7rk=";

outputs = [
"out"
Expand Down

0 comments on commit ce157e5

Please sign in to comment.