crosvm: 123.0 -> 124.0

+4 -6
+4 -6
pkgs/applications/virtualization/crosvm/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "crosvm"; 8 - version = "123.0"; 9 10 src = fetchgit { 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="; 16 fetchSubmodules = true; 17 }; 18 19 separateDebugInfo = true; 20 21 - cargoHash = "sha256-f3w+msG7m6valf/I1puMrpiVgk0J1bdyp+rw3KQ/7ys="; 22 23 nativeBuildInputs = [ 24 pkg-config protobuf python3 rustPlatform.bindgenHook wayland-scanner
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "crosvm"; 8 + version = "124.0"; 9 10 src = fetchgit { 11 url = "https://chromium.googlesource.com/chromiumos/platform/crosvm"; 12 + rev = "bc2900b9ccbdf37b780a63888ca94437fd7dd6af"; 13 + hash = "sha256-t/47u5BlSC5vbRc7OQSbGBF+wnhcDFOMjrRQc/p2HcQ="; 14 fetchSubmodules = true; 15 }; 16 17 separateDebugInfo = true; 18 19 + cargoHash = "sha256-7zx0k7HXequpwcURHx+Ml3cDhdvLkXTg+V71F6TO/d0="; 20 21 nativeBuildInputs = [ 22 pkg-config protobuf python3 rustPlatform.bindgenHook wayland-scanner