Unverified Commit 4c621660 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

virtualboxKvm: 20250903 -> 20251103 (#458016)

parents 68aebddb 1e165a64
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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;
  };
})