linuxPackages.ena: 2.14.0 -> 2.14.1

This commit is contained in:
R. Ryantm 2025-05-30 06:47:50 +00:00
parent 4420d42422
commit 02d0f9e8f2

View file

@ -8,7 +8,7 @@
}:
let
rev-prefix = "ena_linux_";
version = "2.14.0";
version = "2.14.1";
in
stdenv.mkDerivation {
inherit version;
@ -18,7 +18,7 @@ stdenv.mkDerivation {
owner = "amzn";
repo = "amzn-drivers";
rev = "${rev-prefix}${version}";
hash = "sha256-1XL1X7Sv3w3zBe7rJyPiUXtREBWg6LRPs2T0CQ5YpdE=";
hash = "sha256-jfyzL102gvkqt8d//ZfFpwotNa/Q3vleT11kRtQ7tfA=";
};
hardeningDisable = [ "pic" ];