Merge pull request #337018 from emilylange/forgejo-runner

forgejo-runner: 3.5.0 -> 3.5.1
This commit is contained in:
Nick Cao 2024-08-25 09:32:49 -04:00 committed by GitHub
commit a7af042504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,17 +8,17 @@
buildGoModule rec {
pname = "forgejo-runner";
version = "3.5.0";
version = "3.5.1";
src = fetchFromGitea {
domain = "code.forgejo.org";
owner = "forgejo";
repo = "runner";
rev = "v${version}";
hash = "sha256-omp62KJVPSl3DqZxB1WJFd5secYIAc/6n6Ke5xzICQo=";
hash = "sha256-LRMkwSrBU5/IPXMhRT05pE487nmSffXvmfbwBiqpyj8=";
};
vendorHash = "sha256-FCCQZdAYRtJR3DGQIEvUzv+1kqvxVTGkwJwZSohq28s=";
vendorHash = "sha256-XLDtWYFHwBqbkzj4yRyr3uC1FnpS0bn1ia8i6m+CTBM=";
ldflags = [
"-s"