crosvm: 123.0 -> 124.0

+4 -6
+4 -6
pkgs/applications/virtualization/crosvm/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "crosvm"; 8 - version = "123.0"; 8 + version = "124.0"; 9 9 10 10 src = fetchgit { 11 11 url = "https://chromium.googlesource.com/chromiumos/platform/crosvm"; 12 - # This is actually one commit before release 123, because the final 13 - # commit breaks the build and gets reverted in future releases. 14 - rev = "7c75ad6185893b4cc26676b6a0eb9fbdf9ed5b72"; 15 - hash = "sha256-1Jj8TAgYxIGLJeTtiZBcXw0n/mTbh/uC8EFM0IYD5VY="; 12 + rev = "bc2900b9ccbdf37b780a63888ca94437fd7dd6af"; 13 + hash = "sha256-t/47u5BlSC5vbRc7OQSbGBF+wnhcDFOMjrRQc/p2HcQ="; 16 14 fetchSubmodules = true; 17 15 }; 18 16 19 17 separateDebugInfo = true; 20 18 21 - cargoHash = "sha256-f3w+msG7m6valf/I1puMrpiVgk0J1bdyp+rw3KQ/7ys="; 19 + cargoHash = "sha256-7zx0k7HXequpwcURHx+Ml3cDhdvLkXTg+V71F6TO/d0="; 22 20 23 21 nativeBuildInputs = [ 24 22 pkg-config protobuf python3 rustPlatform.bindgenHook wayland-scanner