Skip to content

Commit

Permalink
linuxPackages.ena: 1.5.0 -> 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pbogdan committed Mar 27, 2018
1 parent 8fe59b5 commit b353ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/ena/default.nix
@@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, kernel, kmod }:

stdenv.mkDerivation rec {
version = "1.5.0";
version = "1.5.2";
name = "ena-${version}-${kernel.version}";

src = fetchFromGitHub {
owner = "amzn";
repo = "amzn-drivers";
rev = "ena_linux_${version}";
sha256 = "1h3vnwa2129advyws69n0sqyra4nz68mng6g84whbvhzjyx810sj";
sha256 = "18wf36092kr3zlpnqdkcdlim3vvjxy5f24zzsv4fwa7xg12mcfjm";
};

hardeningDisable = [ "pic" ];
Expand Down

0 comments on commit b353ff9

Please sign in to comment.