mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
linuxPackages_latest.rust-out-of-tree-module: 0-unstable-2023-08-29 -> 0-unstable-2024-05-06
Updated for breaking changes in Linux 6.10.
This commit is contained in:
parent
9e59b23369
commit
64b7de15d3
@ -1,14 +1,14 @@
|
||||
{ lib, fetchFromGitHub, kernel, unstableGitUpdater }:
|
||||
kernel.stdenv.mkDerivation {
|
||||
pname = "rust-out-of-tree-module";
|
||||
version = "0-unstable-2023-08-29";
|
||||
version = "0-unstable-2024-05-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Rust-for-linux";
|
||||
repo = "rust-out-of-tree-module";
|
||||
|
||||
rev = "7addf9dafba795524f6179a557f7272ecbe1b165";
|
||||
hash = "sha256-Bj7WonZ499W/FajbxjM7yBkU9iTxTW7CrRbCSzWbsSc=";
|
||||
rev = "9872947486bb8f60b0d11db15d546a3d06156ec5";
|
||||
hash = "sha256-TzCySY7uQac98dU+Nu5dC4Usm7oG0iIdZZmZgAOpni4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||
|
Loading…
Reference in New Issue
Block a user