Merge pull request #163803 from r-ryantm/auto-update/gogs

gogs: 0.12.4 -> 0.12.5
This commit is contained in:
Bobby Rong 2022-03-18 18:09:20 +08:00 committed by GitHub
commit 83abf39bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@ with lib;
buildGoModule rec {
pname = "gogs";
version = "0.12.4";
version = "0.12.5";
src = fetchFromGitHub {
owner = "gogs";
repo = "gogs";
rev = "v${version}";
sha256 = "sha256-t2aXRYCr54sqXwv6cJHDf1z1z94SqJM0WQRd2ejc7XY=";
sha256 = "sha256-I3kFRKgVMGMKgHU5VEeNai8FseN/ea6MzEP94AR2Zfo=";
};
vendorSha256 = "sha256-3dT5D+oDd0mpJp/cP53TQcRUkmqh6g3sRBWWAUqhaAo=";