···62626363rustPlatform.buildRustPackage {
6464 pname = "servo";
6565- version = "0-unstable-2025-03-29";
6565+ version = "0-unstable-2025-04-08";
66666767 src = fetchFromGitHub {
6868 owner = "servo";
6969 repo = "servo";
7070- rev = "5d1c64dba9cf3e65f770370eb17f00ad4114edce";
7171- hash = "sha256-0DuS2WfgWgnxh5qDc/XNL28XxXKnYPQW7F2m4OlANck=";
7070+ rev = "4d4f94936f8859f039497df370083fd7ea35fb00";
7171+ hash = "sha256-SI3HnKuh6zD07D7SUswfehwXEFkuaZQkqipH0Rlj9Gg=";
7272 # Breaks reproducibility depending on whether the picked commit
7373 # has other ref-names or not, which may change over time, i.e. with
7474 # "ref-names: HEAD -> main" as long this commit is the branch HEAD
···7979 };
80808181 useFetchCargoVendor = true;
8282- cargoHash = "sha256-m6lsXHf7SIgbIt8RyhUkJpd1/nJQMSNRS9uTJ6th9ng=";
8282+ cargoHash = "sha256-toVo1QpeMeK8SoQaYU5d+VAd3s22iwRI4caJIpxPP6I=";
83838484 # set `HOME` to a temp dir for write access
8585 # Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)