Skip to content

Commit 3daf7e2

Browse files
gitea: 1.23.1 -> 1.23.2 (NixOS#379712)
Co-authored-by: Sandro <[email protected]>
1 parent e2e62b2 commit 3daf7e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/gi/gitea/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let
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 = ''
@@ -35,18 +35,18 @@ let
3535
in
3636
buildGoModule 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"

0 commit comments

Comments
 (0)