lol

crosvm: 0-unstable-2025-04-25 -> 0-unstable-2025-05-06

authored by

R. Ryantm and committed by
Alyssa Ross
dd4ee169 0deef54a

+4 -4
+4 -4
pkgs/by-name/cr/crosvm/package.nix
··· 21 21 22 22 rustPlatform.buildRustPackage { 23 23 pname = "crosvm"; 24 - version = "0-unstable-2025-04-25"; 24 + version = "0-unstable-2025-05-06"; 25 25 26 26 src = fetchgit { 27 27 url = "https://chromium.googlesource.com/chromiumos/platform/crosvm"; 28 - rev = "6b75e831de4d5f44a362142d25b77d9c4d7988aa"; 29 - hash = "sha256-hqnzKFdjM32omoECKYTGkSukkpy837e44vMMnN5B05I="; 28 + rev = "55ea45ba0b2b95b49287e5498fb46b74f7a83ac6"; 29 + hash = "sha256-i9p3UFtGSbSAlup2h/UpXBGy4huFbpeKegTMMB+I5us="; 30 30 fetchSubmodules = true; 31 31 }; 32 32 33 33 separateDebugInfo = true; 34 34 35 35 useFetchCargoVendor = true; 36 - cargoHash = "sha256-A5yHGG5KEsSUlDb+m+R6NnKEvReClPaGRxWjNjXlgys="; 36 + cargoHash = "sha256-23F0WU//4xvP9xffxr+cQa0m0sSJjcWyz+usKBpDg20="; 37 37 38 38 nativeBuildInputs = [ 39 39 pkg-config