gitea 1.22.2 -> 1.22.3

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.22.3
This commit is contained in:
Sandro Jäckel 2024-10-09 17:54:33 +02:00
parent 71a33cc7af
commit 1293e1c4ed
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -33,18 +33,18 @@ let
};
in buildGoModule rec {
pname = "gitea";
version = "1.22.2";
version = "1.22.3";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
rev = "v${gitea.version}";
hash = "sha256-PwA23cbRgw5crzZmngDjAAIODMtguwBCqc9NqWMjF3o=";
hash = "sha256-F1vvyf/FE/OIfDjM0CCOef/cXy+GPA+8n1AypE0r6p8=";
};
proxyVendor = true;
vendorHash = "sha256-rMTKmztQNse/9CK1qFGWmSwqunwh918EvcuIHk6BSTY=";
vendorHash = "sha256-iKf4ozCBcTJQ6bm6dX4dd4buVMGNDVF+rLuYkb7Zxw8=";
outputs = [ "out" "data" ];