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

Commit 2d91109

Browse files
committed
python3Packages.kernels: use version-option branch
1 parent 80406d4 commit 2d91109

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-
sha256 = "sha256-nPb0MvH3bvxNo64JkhhmrfI8YpSTxQif1+Pk35ywKDI=";
98+
rev = "ff4de4eafdfe5c2346b252cf09c6c412e13f3135";
99+
hash = "sha256-hn9PZsGnd2BsBejjDQXVKye8abnS5K9jWga7YVkvXOg=";
100100
};
101101
});
102102

0 commit comments

Comments
 (0)