gitea: 1.24.0 -> 1.24.2 (#418721)

This commit is contained in:
Sandro 2025-06-24 14:47:08 +02:00 committed by GitHub
commit 6f7fdf8e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,18 +35,18 @@ let
in
buildGoModule rec {
pname = "gitea";
version = "1.24.0";
version = "1.24.2";
src = fetchFromGitHub {
owner = "go-gitea";
repo = "gitea";
tag = "v${gitea.version}";
hash = "sha256-lKeqoNL6RMjhm9egk6upbovJaWwm3r2kxi0Z9bjNxtI=";
hash = "sha256-NQSilSF/W69j1qEYYmlQfu2T0OefB+8yf9rCHAL8a6c=";
};
proxyVendor = true;
vendorHash = "sha256-nC8y3skBhnOo7Ki9nc7Ni6UpheArB8bGK4AR/1Gdjr0=";
vendorHash = "sha256-VmlF86Sv6R2NmCtWi4kZ4rfmFAjgMB1RU/1jmnPiIkw=";
outputs = [
"out"