linuxPackages.ena: 2.14.1 -> 2.15.0 (#418322)

This commit is contained in:
Nick Cao
2025-06-22 10:01:11 -04:00
committed by GitHub
+2 -2
View File
@@ -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" ];