From 33769a20e460a38866e2fb772c706bdcd2580d3f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 15 Feb 2026 10:35:35 +0000 Subject: [PATCH] linuxPackages.rust-out-of-tree-module: 0-unstable-2025-03-10 -> 0-unstable-2025-11-12 --- pkgs/os-specific/linux/rust-out-of-tree-module/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/rust-out-of-tree-module/default.nix b/pkgs/os-specific/linux/rust-out-of-tree-module/default.nix index 72e9a4f75f67..7b9f00fd6215 100644 --- a/pkgs/os-specific/linux/rust-out-of-tree-module/default.nix +++ b/pkgs/os-specific/linux/rust-out-of-tree-module/default.nix @@ -7,14 +7,14 @@ }: kernel.stdenv.mkDerivation { pname = "rust-out-of-tree-module"; - version = "0-unstable-2025-03-10"; + version = "0-unstable-2025-11-12"; src = fetchFromGitHub { owner = "Rust-for-linux"; repo = "rust-out-of-tree-module"; - rev = "df508ea156314fe281cdaded07bcf89d22c3373a"; - hash = "sha256-pPK+bvtYOKQDllsK2IzhgaNZzdawbIoK20rLU/olHow="; + rev = "00b5a8ee2bf53532d115004d7636b61a54f49802"; + hash = "sha256-CZw4OZZVHMnN6eHHwLqbEJKhFd0iNa5bgyYArzLPHuI="; }; nativeBuildInputs = kernel.moduleBuildDependencies;