From 3f5e35eb3da785a3cd74f24a6fafb0133b77b83d Mon Sep 17 00:00:00 2001 From: moni-dz Date: Sat, 17 Jan 2026 08:55:35 +0800 Subject: [PATCH] cryptodev: 1.14 -> 1.14-unstable-2025-11-04 fix 6.18 kernel build --- pkgs/os-specific/linux/cryptodev/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/cryptodev/default.nix b/pkgs/os-specific/linux/cryptodev/default.nix index 4fdf68a3451f..8be7e4f132b1 100644 --- a/pkgs/os-specific/linux/cryptodev/default.nix +++ b/pkgs/os-specific/linux/cryptodev/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "cryptodev-linux"; - version = "1.14"; + version = "1.14-unstable-2025-11-04"; src = fetchFromGitHub { owner = "cryptodev-linux"; repo = "cryptodev-linux"; - rev = "cryptodev-linux-${finalAttrs.version}"; - hash = "sha256-N7fGOMEWrb/gm1MDiJgq2QyTOni6n9w2H52baXmRA1g="; + rev = "08644db02d43478f802755903212f5ee506af73b"; + hash = "sha256-tYTiyysofO23ApXQbnJF5muTTLv1kKu/nLggGv3ntr4="; }; nativeBuildInputs = kernel.moduleBuildDependencies;