Skip to content

Commit

Permalink
kernelPackages.ena: 2.2.11 -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Dec 18, 2020
1 parent 51d0a41 commit 85298db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/ena/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, kernel }:

stdenv.mkDerivation rec {
version = "2.2.11";
version = "2.3.0";
name = "ena-${version}-${kernel.version}";

src = fetchFromGitHub {
owner = "amzn";
repo = "amzn-drivers";
rev = "ena_linux_${version}";
sha256 = "06ajhs6byw3pj0skix6ppmdjsg1a3zan8yamnjqdgkxwliiszhrc";
sha256 = "sha256-ho6yKCgYo3p50leQUCmzNO/3wqzSzs27Eash3AWBaiE=";
};

hardeningDisable = [ "pic" ];
Expand Down

0 comments on commit 85298db

Please sign in to comment.