Merge pull request #186328 from astro/kvmtool
kvmtool: unstable-2022-04-04 -> unstable-2022-06-09
This commit is contained in:
commit
2f5ba67aad
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "kvmtool";
|
pname = "kvmtool";
|
||||||
version = "unstable-2022-04-04";
|
version = "unstable-2022-06-09";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git";
|
url = "https://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git";
|
||||||
rev = "5657dd3e48b41bc6db38fa657994bc0e030fd31f";
|
rev = "f44af23e3a62e46158341807b0d2d132249b96a8";
|
||||||
sha256 = "1y1j44lk9957f2dmyrscbxl4zncp4ibvvcdj6bwylb8jsvmd5fs2";
|
sha256 = "sha256-M83dCCXU/fkh21x10vx6BLg9Wja1714qW7yxl5zY6z0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Reference in a new issue