Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 0798703

Browse files
committed
python3Packages.kernels: use version-option branch
1 parent d93b72d commit 0798703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overlay.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ in
9595
src = final.fetchFromGitHub {
9696
owner = "huggingface";
9797
repo = "kernels";
98-
tag = "v${version}";
99-
hash = "sha256-kTBGje4oMiRqN/m98rvg3r3gqoV1Tg5APleRZbPlziY=";
98+
rev = "ff4de4eafdfe5c2346b252cf09c6c412e13f3135";
99+
hash = "sha256-hn9PZsGnd2BsBejjDQXVKye8abnS5K9jWga7YVkvXOg=";
100100
};
101101
});
102102

0 commit comments

Comments
 (0)