File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
pkgs/applications/virtualization/virtualbox Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7878 buildType = "release" ;
7979 # Use maintainers/scripts/update.nix to update the version and all related hashes or
8080 # change the hashes in extpack.nix and guest-additions/default.nix as well manually.
81- virtualboxVersion = "7.0.20 " ;
82- virtualboxSha256 = "5cf5979bef66ebab3fcd495796b215a940e8a07c469d4bc56d064de44222dd02 " ;
81+ virtualboxVersion = "7.0.22 " ;
82+ virtualboxSha256 = "cf3ddf633ca410f1b087b0722413e83247cda4f14d33323dc122a4a42ff61981 " ;
8383
8484 kvmPatchVersion = "20240828" ;
8585 kvmPatchHash = "sha256-g0esJbB1IGyLGZMLFJIY8ZYdHWuiM5IZtLMHZvCY6bs=" ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ fetchurl rec {
1414 # Thus do not use `nix-prefetch-url` but instead plain old `sha256sum`.
1515 # Checksums can also be found at https://www.virtualbox.org/download/hashes/${version}/SHA256SUMS
1616 let
17- value = "d750fb17688d70e0cb2d7b06f1ad3a661303793f4d1ac39cfa9a54806b89da25 " ;
17+ value = "6b0c16074dde1ea273b15e091336034368217ba569e09359a63c4d32af558886 " ;
1818 in
1919 assert ( builtins . stringLength value ) == 64 ;
2020 value ;
Original file line number Diff line number Diff line change 99in
1010fetchurl {
1111 url = "http://download.virtualbox.org/virtualbox/${ version } /VBoxGuestAdditions_${ version } .iso" ;
12- sha256 = "4c7523fa6d17436e3b7788f62956674270572cfefa340d03111b85f8517d5981 " ;
12+ sha256 = "486f90cbfe9ed4bf2b12d726ebf54a839758a237e967aa65fc2c92d90a963021 " ;
1313 meta = {
1414 description = "Guest additions ISO for VirtualBox" ;
1515 longDescription = ''
Original file line number Diff line number Diff line change 2828in
2929stdenv . mkDerivation ( finalAttrs : {
3030 pname = "VirtualBox-GuestAdditions-builder-${ kernel . version } " ;
31- version = "7.0.20 " ;
31+ version = "7.0.22 " ;
3232
3333 src = fetchurl {
3434 url = "https://download.virtualbox.org/virtualbox/${ finalAttrs . version } /VirtualBox-${ finalAttrs . version } .tar.bz2" ;
35- sha256 = "5cf5979bef66ebab3fcd495796b215a940e8a07c469d4bc56d064de44222dd02 " ;
35+ sha256 = "cf3ddf633ca410f1b087b0722413e83247cda4f14d33323dc122a4a42ff61981 " ;
3636 } ;
3737
3838 env . NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration" ;
You can’t perform that action at this time.
0 commit comments