Skip to content

Commit

Permalink
linuxPackages.ena: 2.12.3->2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Oct 14, 2024
1 parent 1bdcd81 commit 3ba09a8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pkgs/os-specific/linux/ena/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
}:

stdenv.mkDerivation rec {
version = "2.12.3";
version = "2.13.0";
name = "ena-${version}-${kernel.version}";

src = fetchFromGitHub {
owner = "amzn";
repo = "amzn-drivers";
rev = "ena_linux_${version}";
hash = "sha256-F8vDPPwO0PnGXhqt0EeT4m/+d8w/rjMHWRV3RYC/wVQ=";
hash = "sha256-uYWKu9M/5PcHV4WdMSi0f29S7KnQft67dgjdN0AS1d8=";
};

hardeningDisable = [ "pic" ];
Expand All @@ -23,11 +23,6 @@ stdenv.mkDerivation rec {

env.KERNEL_BUILD_DIR = "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build";

patches = [
# https://github.com/amzn/amzn-drivers/issues/313
./0001-workaround-patch-for-kernel-6.10.patch
];

configurePhase = ''
runHook preConfigure
cd kernel/linux/ena
Expand Down

0 comments on commit 3ba09a8

Please sign in to comment.