Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

edk2: 202308 -> 202311

https://github.com/tianocore/edk2/releases/tag/edk2-stable202311
(cherry picked from commit e99c920fb1055850540ff8d31b7d347b7088fccc)

authored by Raito Bezarius and committed by github-actions[bot] 99c10615 44e8a77f

+2 -2
+2 -2
pkgs/development/compilers/edk2/default.nix
··· 31 31 32 32 edk2 = stdenv.mkDerivation rec { 33 33 pname = "edk2"; 34 - version = "202308"; 34 + version = "202311"; 35 35 36 36 patches = [ 37 37 # pass targetPrefix as an env var ··· 46 46 repo = "edk2"; 47 47 rev = "edk2-stable${edk2.version}"; 48 48 fetchSubmodules = true; 49 - hash = "sha256-Eoi1xf/hw/Knr7n0f0rgVof7wTgrHkmvV4eJjJV1NhM="; 49 + hash = "sha256-gC/If8U9qo70rGvNl3ld/mmZszwY0w/5Ge/K21mhzYw="; 50 50 }; 51 51 52 52 # We don't want EDK2 to keep track of OpenSSL,