forgejo-runner: 6.0.1 -> 6.2.0 (#377137)

This commit is contained in:
Adam C. Stephens
2025-01-26 23:10:10 -05:00
committed by GitHub
+3 -4
View File
@@ -17,17 +17,17 @@ let
in
buildGoModule rec {
pname = "forgejo-runner";
version = "6.0.1";
version = "6.2.0";
src = fetchFromGitea {
domain = "code.forgejo.org";
owner = "forgejo";
repo = "runner";
rev = "v${version}";
hash = "sha256-lwWXJQDtt/qsxWrXUpxhXZTaB+GHxNtY+kLcs/hk6cw=";
hash = "sha256-2+/PJZPqKbxeWbIVx2647/xK5CqVUUvsdd67YFwjhms=";
};
vendorHash = "sha256-nY/sxXnbOYcuPr/uFrnJF8fXROnQxr0SZ5nq87sLgH8=";
vendorHash = "sha256-wvvzD2lD1TPXEriNaI6nzNGR/Kg94zC58pAR42/DlMA=";
ldflags = [
"-s"
@@ -58,7 +58,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [
adamcstephens
kranzes
emilylange
christoph-heiss
];