Skip to content

Commit 9591c91

Browse files
committed
xen: bump to 4.15.1
1 parent 2f40c46 commit 9591c91

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • pkgs/applications/virtualization/xen

pkgs/applications/virtualization/xen/4.15.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ let
4242
in
4343

4444
callPackage (import ./generic.nix (rec {
45-
version = "4.15.0";
45+
version = "4.15.1";
4646

4747
src = fetchurl {
4848
url = "https://downloads.xenproject.org/release/xen/${version}/xen-${version}.tar.gz";
49-
sha256 = "1bddy402pw7brng5xnbm9l592ylvgm2hfrydxl9jk7vcfaa17x3c";
49+
sha256 = "1rmc7gb72xwhr3h9rc3bkac41s8kjjzz45miwdq6yalyq7j7vss5";
5050
};
5151

5252
# Sources needed to build tools and firmwares.
@@ -56,8 +56,8 @@ callPackage (import ./generic.nix (rec {
5656
url = "https://xenbits.xen.org/git-http/qemu-xen.git";
5757
# rev = "refs/tags/qemu-xen-${version}";
5858
# use revision hash - reproducible but must be updated with each new version
59-
rev = "7ea428895af2840d85c524f0bd11a38aac308308";
60-
sha256 = "0p6v8w3xasp2jggwyjnyn7hrzdmx1qimf8x49p070xcfr96mrpyp";
59+
rev = "e2af2d050338c99e8436e251ad67aafb3ebbd501";
60+
sha256 = "sha256-gVykPtzAA7tmpe6iVvnulaW+b0jD3gwL1JXC5yeIA7M=";
6161
};
6262
buildInputs = qemuDeps;
6363
postPatch = ''
@@ -90,8 +90,8 @@ callPackage (import ./generic.nix (rec {
9090
"firmware/seabios-dir-remote" = {
9191
src = fetchgit {
9292
url = "https://xenbits.xen.org/git-http/seabios.git";
93-
rev = "b0d61ecef66eb05bd7a4eb7ada88ec5dab06dfee";
94-
sha256 = "07y06vlqj0qm1945c50pg07lvcpv6bibc6qxhavfcx3zskzsz863";
93+
rev = "155821a1990b6de78dde5f98fa5ab90e802021e0";
94+
sha256 = "sha256-F3lzr00CMAObJtpz0eZFT/rwjFx+bvlI37/JtHXP5Eo=";
9595
};
9696
patches = [ ./0000-qemu-seabios-enable-ATA_DMA.patch ];
9797
meta.description = "Xen's fork of Seabios";

0 commit comments

Comments
 (0)