mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
linuxPackages.ena: 2.14.1 -> 2.15.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
}:
|
||||
let
|
||||
rev-prefix = "ena_linux_";
|
||||
version = "2.14.1";
|
||||
version = "2.15.0";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit version;
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
owner = "amzn";
|
||||
repo = "amzn-drivers";
|
||||
rev = "${rev-prefix}${version}";
|
||||
hash = "sha256-jfyzL102gvkqt8d//ZfFpwotNa/Q3vleT11kRtQ7tfA=";
|
||||
hash = "sha256-AwA7YduFACxmDk4+K/ghp39tdkjewgk4NLktnrSpK5k=";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
Reference in New Issue
Block a user