Skip to content

Commit 1767c53

Browse files
authored
servo: 0-unstable-2025-03-01 -> 0-unstable-2025-03-05 (#387489)
2 parents 79b15f8 + 3248fab commit 1767c53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

6363
rustPlatform.buildRustPackage {
6464
pname = "servo";
65-
version = "0-unstable-2025-03-01";
65+
version = "0-unstable-2025-03-05";
6666

6767
src = fetchFromGitHub {
6868
owner = "servo";
6969
repo = "servo";
70-
rev = "ce977636f63c2cded3c2d26cce548efbb91312b2";
71-
hash = "sha256-m+VWSuxXRdY2Pqs7akmtpzrGmFLCY/5WSD/5cQU8RU4=";
70+
rev = "69e749947910480e97ffaf22031316ebe7f67b9c";
71+
hash = "sha256-p06547WijlfAUgMzbCyQUFx7Xq+eUI+iB6inQguzJ1c=";
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
@@ -79,7 +79,7 @@ rustPlatform.buildRustPackage {
7979
};
8080

8181
useFetchCargoVendor = true;
82-
cargoHash = "sha256-O7M1NJRaUPyh1+i8Ab2vvCwHMLBSMfwgEkfFCuIA9TA=";
82+
cargoHash = "sha256-znHKck88XXjl+v3iJFCjq0Cxyxh1HrtLbK9o3y8Kelw=";
8383

8484
postPatch = ''
8585
# Remap absolute path between modules to include SEMVER

0 commit comments

Comments
 (0)