scx.full: src.rev -> src.tag
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
parent
5a6239e8c4
commit
3c56f047e0
@ -12,7 +12,7 @@ let
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sched-ext";
|
owner = "sched-ext";
|
||||||
repo = "scx";
|
repo = "scx";
|
||||||
rev = "refs/tags/v${versionInfo.scx.version}";
|
tag = "v${versionInfo.scx.version}";
|
||||||
inherit (versionInfo.scx) hash;
|
inherit (versionInfo.scx) hash;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user