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

Commit c6c83df

Browse files
authored
python3Packages.kernels: 0.11.5 -> 0.11.6 (#341)
1 parent b61370a commit c6c83df

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
@@ -90,13 +90,13 @@ in
9090
kernel-abi-check = callPackage ./pkgs/python-modules/kernel-abi-check { };
9191

9292
kernels = python-super.kernels.overrideAttrs (oldAttrs: rec {
93-
version = "0.11.5";
93+
version = "0.11.6";
9494

9595
src = final.fetchFromGitHub {
9696
owner = "huggingface";
9797
repo = "kernels";
9898
tag = "v${version}";
99-
sha256 = "sha256-nPb0MvH3bvxNo64JkhhmrfI8YpSTxQif1+Pk35ywKDI=";
99+
hash = "sha256-kTBGje4oMiRqN/m98rvg3r3gqoV1Tg5APleRZbPlziY=";
100100
};
101101
});
102102

0 commit comments

Comments
 (0)