virtualboxKvm: 20250903 -> 20251103 (#458016)

This commit is contained in:
Thomas Gerbet
2025-11-05 07:41:35 +00:00
committed by GitHub

View File

@@ -76,9 +76,9 @@ let
virtualboxSubVersion = "";
virtualboxSha256 = "d281ec981b5f580211a0cedd1b75a1adcb0fbfcbb768d8c2bf4429f4763e8bbd";
kvmPatchVboxVersion = "7.2.0";
kvmPatchVersion = "20250903";
kvmPatchHash = "sha256-JTE9Kr+nJ6HLeDrzL2EVyDQhxzn3UsoQVIQ6zNCwioY=";
kvmPatchVboxVersion = "7.2.4";
kvmPatchVersion = "20251103";
kvmPatchHash = "sha256-VhSuRYiZLg8hIGatf27u/nBBBtB1zz4ePxtiRYy84Hw=";
# The KVM build is not compatible to VirtualBox's kernel modules. So don't export
# modsrc at all.
@@ -425,7 +425,5 @@ stdenv.mkDerivation (finalAttrs: {
];
platforms = [ "x86_64-linux" ];
mainProgram = "VirtualBox";
# Patch is not compatible with the current version of Virtualbox
broken = enableKvm;
};
})