servo: 0-unstable-2025-02-27 -> 0-unstable-2025-03-01 (#386157)

authored by

Martin Weinelt and committed by
GitHub
1639f1fd 3efc5280

+11 -4
+11 -4
pkgs/by-name/se/servo/package.nix
··· 62 62 63 63 rustPlatform.buildRustPackage { 64 64 pname = "servo"; 65 - version = "0-unstable-2025-02-27"; 65 + version = "0-unstable-2025-03-01"; 66 66 67 67 src = fetchFromGitHub { 68 68 owner = "servo"; 69 69 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 + ''; 72 79 }; 73 80 74 81 useFetchCargoVendor = true; 75 - cargoHash = "sha256-mfOzlqRAVR7O7uWn27pwccXp+WRl5BEO3l0KEyzjmUc="; 82 + cargoHash = "sha256-O7M1NJRaUPyh1+i8Ab2vvCwHMLBSMfwgEkfFCuIA9TA="; 76 83 77 84 postPatch = '' 78 85 # Remap absolute path between modules to include SEMVER