servo: 0.0.1-unstable-2025-10-26 -> 0.0.1-unstable-2025-10-29

(cherry picked from commit 8b3b49716d)
This commit is contained in:
R. Ryantm
2025-10-29 14:50:46 +00:00
committed by github-actions[bot]
parent bcb8187ed6
commit 667e56bf8a

View File

@@ -68,13 +68,13 @@ in
rustPlatform.buildRustPackage {
pname = "servo";
version = "0.0.1-unstable-2025-10-26";
version = "0.0.1-unstable-2025-10-29";
src = fetchFromGitHub {
owner = "servo";
repo = "servo";
rev = "504a8d819f207833240b90fe5d61e81ff9f5d82b";
hash = "sha256-mToBb9bcdUx7ZWQkax88SLqTS85lUNMGK1sYASWGt4o=";
rev = "32c0c41d118e55fda1ab9aa778c2a59fa27710e9";
hash = "sha256-kQbwqKTsW5gkEeHE7Yp/fbGObjUJnvOG/0U6RSZc7oU=";
# Breaks reproducibility depending on whether the picked commit
# has other ref-names or not, which may change over time, i.e. with
# "ref-names: HEAD -> main" as long this commit is the branch HEAD
@@ -84,7 +84,7 @@ rustPlatform.buildRustPackage {
'';
};
cargoHash = "sha256-vyfiMsJlxt7dG9FeZ1XL6Qb7oma4pB+Aq7heaWKiyvY=";
cargoHash = "sha256-wwS4fhYG8pvmNLCgSO26yf65No7wL1Xrqm+38sP2pxM=";
# set `HOME` to a temp dir for write access
# Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)