Skip to content

Commit

Permalink
xen: 4.19.1 -> 4.20.0
Browse files Browse the repository at this point in the history
DO NOT MERGE: Xen 4.20 has not yet released.

Everything works, and the build time has been reduced by over half!

Signed-off-by: Fernando Rodrigues <[email protected]>
  • Loading branch information
SigmaSquadron committed Jan 12, 2025
1 parent c79c52d commit 4d18ce6
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pkgs/by-name/xe/xen/package.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
buildXenPackage,
python3Packages,
fetchpatch,
}:

buildXenPackage.override { inherit python3Packages; } {
pname = "xen";
version = "4.19.1";
patches = [
(fetchpatch {
url = "https://lore.kernel.org/xen-devel/e2caa6648a0b6c429349a9826d8fbc4338222482.1733766758.git.andrii.sultanov@cloud.com/raw";
hash = "sha256-JC1ueXuC1Jdi2gtUsjOHmTeEx56zjotMMLde5vBonxc=";
})
];
rev = "ccf400846780289ae779c62ef0c94757ff43bb60";
hash = "sha256-s0eCBCd6ybl+kLtXCC6E1sk++w7txXn/B/Cg5acQFfY=";
version = "4.20.0-rc1";
upstreamVersion = "4.20-rc";
rev = "19730dbb3fd8078743d5196bd7fc32f3765557ad";
hash = "sha256-ayktDd4KzrendP0AKMQJXf/Y/3waQvf3JeL/PHhoAbs=";
}

0 comments on commit 4d18ce6

Please sign in to comment.