Merge pull request #308799 from blitz/virtualbox-kvm
virtualboxKvm: 20240325 -> 20240502
This commit is contained in:
commit
77c2c14732
1 changed files with 2 additions and 2 deletions
|
@ -118,11 +118,11 @@ in stdenv.mkDerivation {
|
|||
# we don't take any chances and only apply it if people actually want to use KVM support.
|
||||
++ optional enableKvm (fetchpatch
|
||||
(let
|
||||
patchVersion = "20240325";
|
||||
patchVersion = "20240502";
|
||||
in {
|
||||
name = "virtualbox-${version}-kvm-dev-${patchVersion}.patch";
|
||||
url = "https://github.com/cyberus-technology/virtualbox-kvm/releases/download/dev-${patchVersion}/kvm-backend-${version}-dev-${patchVersion}.patch";
|
||||
hash = "sha256-D1ua8X5Iyw/I89PtskiGdnGr4NhdFtI93ThltiOcu8w=";
|
||||
hash = "sha256-KokIrrAoJutHzPg6e5YAJgDGs+nQoVjapmyn9kG5tV0=";
|
||||
}))
|
||||
++ [
|
||||
./qt-dependency-paths.patch
|
||||
|
|
Loading…
Reference in a new issue