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

Commit 03fc4c6

Browse files
authored
Bump up kernels dependency to 0.11.5 (#338)
This should fix uploads of noarch kernels.
1 parent e5b9ed4 commit 03fc4c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

overlay.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ in
7474

7575
kernel-abi-check = callPackage ./pkgs/python-modules/kernel-abi-check { };
7676

77-
kernels = python-super.kernels.overrideAttrs (oldAttrs: {
78-
version = "unstable";
77+
kernels = python-super.kernels.overrideAttrs (oldAttrs: rec {
78+
version = "0.11.5";
7979

8080
src = final.fetchFromGitHub {
8181
owner = "huggingface";
8282
repo = "kernels";
83-
rev = "0e18dbf076fc44de5dac4027616e9f3d9e2da45a";
84-
sha256 = "sha256-6N1W3jLQIS1yEAdNR2X9CuFdMw4Ia0yzBBVQ4Kujv8U=";
83+
tag = "v${version}";
84+
sha256 = "sha256-nPb0MvH3bvxNo64JkhhmrfI8YpSTxQif1+Pk35ywKDI=";
8585
};
8686
});
8787

0 commit comments

Comments
 (0)