about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-02-19 02:19:10 +0100
committerAlyssa Ross <hi@alyssa.is>2024-02-26 11:32:10 +0100
commitd7deb8a89d6ce8aab98cb50a7384d3eafee36d4a (patch)
treec70dc705f9733f62009ca25948e2fd7dce58e882 /pkgs/os-specific/linux/kernel/patches.nix
parent866d117d42d3c4e0426810bb6432c07c256376fc (diff)
linux_6_7,linux_testing: patch for Rust 1.76.0
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index a7bf7128f5efc..9c2b50f95952a 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -79,4 +79,13 @@
     name = "rust-1.75.patch";
     patch = ./rust-1.75.patch;
   };
+
+  rust_1_76 = {
+    name = "rust-1.76.patch";
+    patch = fetchurl {
+      name = "rust-1.76.patch";
+      url = "https://lore.kernel.org/rust-for-linux/20240217002638.57373-2-ojeda@kernel.org/raw";
+      hash = "sha256-q3iNBo8t4b1Rn5k5lau2myqOAqdA/9V9A+ok2jGkLdY=";
+    };
+  };
 }