linuxPackages.ena: 2.14.0 -> 2.14.1 (#412268)

This commit is contained in:
Wolfgang Walther 2025-06-01 14:06:22 +00:00 committed by GitHub
commit fa9e38527e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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" ];