Skip to content

Commit fbcf6fd

Browse files
gitea: 1.23.6 -> 1.23.7 (NixOS#397430)
2 parents b3d8485 + 1a076fc commit fbcf6fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ let
3535
in
3636
buildGoModule rec {
3737
pname = "gitea";
38-
version = "1.23.6";
38+
version = "1.23.7";
3939

4040
src = fetchFromGitHub {
4141
owner = "go-gitea";
4242
repo = "gitea";
4343
tag = "v${gitea.version}";
44-
hash = "sha256-psVny0qmx2wPiNK1qIXQiW0gdRsZs16MEfIgBXTWgFI=";
44+
hash = "sha256-pdmRujcLnQBIQXc26MPpoLbbV00KMaVHPY4xTsitaCA=";
4545
};
4646

4747
proxyVendor = true;

0 commit comments

Comments
 (0)