File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 6262
6363rustPlatform . buildRustPackage {
6464 pname = "servo" ;
65- version = "0-unstable-2025-02-27 " ;
65+ version = "0-unstable-2025-03-01 " ;
6666
6767 src = fetchFromGitHub {
6868 owner = "servo" ;
6969 repo = "servo" ;
70- rev = "0065e63190dba501d23c16759a2a1ea1e8f15cd8" ;
71- hash = "sha256-5VvKGNBJ+1bWW9XcXk0DU0owBmdkTpX8voAVO4QMdrQ=" ;
70+ rev = "ce977636f63c2cded3c2d26cce548efbb91312b2" ;
71+ hash = "sha256-m+VWSuxXRdY2Pqs7akmtpzrGmFLCY/5WSD/5cQU8RU4=" ;
72+ # Breaks reproducibility depending on whether the picked commit
73+ # has other ref-names or not, which may change over time, i.e. with
74+ # "ref-names: HEAD -> main" as long this commit is the branch HEAD
75+ # and "ref-names:" when it is not anymore.
76+ postFetch = ''
77+ rm $out/tests/wpt/tests/tools/third_party/attrs/.git_archival.txt
78+ '' ;
7279 } ;
7380
7481 useFetchCargoVendor = true ;
75- cargoHash = "sha256-mfOzlqRAVR7O7uWn27pwccXp+WRl5BEO3l0KEyzjmUc =" ;
82+ cargoHash = "sha256-O7M1NJRaUPyh1+i8Ab2vvCwHMLBSMfwgEkfFCuIA9TA =" ;
7683
7784 postPatch = ''
7885 # Remap absolute path between modules to include SEMVER
You can’t perform that action at this time.
0 commit comments