scx.full: src.rev -> src.tag

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
John Titor 2025-06-13 18:12:04 +05:30 committed by Masum Reza
parent 5a6239e8c4
commit 3c56f047e0

View File

@ -12,7 +12,7 @@ let
src = fetchFromGitHub {
owner = "sched-ext";
repo = "scx";
rev = "refs/tags/v${versionInfo.scx.version}";
tag = "v${versionInfo.scx.version}";
inherit (versionInfo.scx) hash;
};