Skip to content

Commit 3c56f04

Browse files
committed
scx.full: src.rev -> src.tag
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
1 parent 5a6239e commit 3c56f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/os-specific/linux/scx/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let
1212
src = fetchFromGitHub {
1313
owner = "sched-ext";
1414
repo = "scx";
15-
rev = "refs/tags/v${versionInfo.scx.version}";
15+
tag = "v${versionInfo.scx.version}";
1616
inherit (versionInfo.scx) hash;
1717
};
1818

0 commit comments

Comments
 (0)