File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 pname = "gitea-frontend" ;
2121 inherit ( gitea ) src version ;
2222
23- npmDepsHash = "sha256-xSJOEXDF/1Cc7ptNMLGE7RqqbxelI2XS/Mi9JZSWu/Y =" ;
23+ npmDepsHash = "sha256-5i3aB1QgH5NK5yDZySFlraVGU+Kh6J4Y2zvFqJX5kJs =" ;
2424
2525 # use webpack directly instead of 'make frontend' as the packages are already installed
2626 buildPhase = ''
3535in
3636buildGoModule rec {
3737 pname = "gitea" ;
38- version = "1.23.1 " ;
38+ version = "1.23.2 " ;
3939
4040 src = fetchFromGitHub {
4141 owner = "go-gitea" ;
4242 repo = "gitea" ;
43- rev = "v${ gitea . version } " ;
44- hash = "sha256-0/mzOKSRhXLhwmDnMHQCjkalP+4hkQR6kICsAj6+6zE =" ;
43+ tag = "v${ gitea . version } " ;
44+ hash = "sha256-g7nrqSeMoAcfN8uexEKySZwY8SCosIpACtURRbUgb5c =" ;
4545 } ;
4646
4747 proxyVendor = true ;
4848
49- vendorHash = "sha256-qOntP6zBd21PjCAV5ZvksgwIV4zDTOYiVBBWkC6O7rk =" ;
49+ vendorHash = "sha256-nkg9uHAUqPJWWap0cTmDokcl2L2hT/b9I1+rNnA8bD0 =" ;
5050
5151 outputs = [
5252 "out"
You can’t perform that action at this time.
0 commit comments