Skip to content

Commit 1639f1f

Browse files
authored
servo: 0-unstable-2025-02-27 -> 0-unstable-2025-03-01 (#386157)
2 parents 3efc528 + 11c0e89 commit 1639f1f

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

pkgs/by-name/se/servo/package.nix

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,24 @@ in
6262

6363
rustPlatform.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

0 commit comments

Comments
 (0)