Skip to content

Commit

Permalink
edk2: 202408 -> 202408.01 (#353800)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Nov 7, 2024
2 parents b463726 + 2840412 commit 33970d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ed/edk2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ buildType = if stdenv.hostPlatform.isDarwin then

edk2 = stdenv.mkDerivation {
pname = "edk2";
version = "202408";
version = "202408.01";

srcWithVendoring = fetchFromGitHub {
owner = "tianocore";
repo = "edk2";
rev = "edk2-stable${edk2.version}";
fetchSubmodules = true;
hash = "sha256-2odaTqiAZD5xduT0dwIYWj3gY/aFPVsTFbblIsEhBiA=";
hash = "sha256-tome7S8k2vgEFg7CsXnrg9yxCx1kCypc5BkQzDPyFBc=";
};

src = applyPatches {
Expand Down

0 comments on commit 33970d0

Please sign in to comment.