mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +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 }:
|
{ lib, fetchFromGitHub, kernel, unstableGitUpdater }:
|
||||||
kernel.stdenv.mkDerivation {
|
kernel.stdenv.mkDerivation {
|
||||||
pname = "rust-out-of-tree-module";
|
pname = "rust-out-of-tree-module";
|
||||||
version = "0-unstable-2023-08-29";
|
version = "0-unstable-2024-05-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Rust-for-linux";
|
owner = "Rust-for-linux";
|
||||||
repo = "rust-out-of-tree-module";
|
repo = "rust-out-of-tree-module";
|
||||||
|
|
||||||
rev = "7addf9dafba795524f6179a557f7272ecbe1b165";
|
rev = "9872947486bb8f60b0d11db15d546a3d06156ec5";
|
||||||
hash = "sha256-Bj7WonZ499W/FajbxjM7yBkU9iTxTW7CrRbCSzWbsSc=";
|
hash = "sha256-TzCySY7uQac98dU+Nu5dC4Usm7oG0iIdZZmZgAOpni4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||||
|
Loading…
Reference in New Issue
Block a user