servo: 0-unstable-2025-06-26 -> 0-unstable-2025-07-08

This commit is contained in:
Martin Weinelt
2025-07-08 18:27:41 +02:00
parent f8e3d1afbb
commit 1e6e82a7ba
+6 -4
View File
@@ -45,7 +45,9 @@ let
# match .python-version
customPython = python311.withPackages (
ps: with ps; [
markupsafe
packaging
pygments
]
);
runtimePaths = lib.makeLibraryPath (
@@ -63,13 +65,13 @@ in
rustPlatform.buildRustPackage {
pname = "servo";
version = "0-unstable-2025-06-26";
version = "0-unstable-2025-07-08";
src = fetchFromGitHub {
owner = "servo";
repo = "servo";
rev = "cbb0407ae641c049dd6796275b4ba8572c06b798";
hash = "sha256-d0Z+dvnNm3NxvGe/W/zJsAsyeMvxF9HoA+wSclWeLgk=";
rev = "c3f441d7abe7243a31150bf424babf0f1679ea88";
hash = "sha256-rFROwsU/x8LsD8vpCcmLyQMYCl9AQwgbv/kHk7JTa4c=";
# 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
@@ -80,7 +82,7 @@ rustPlatform.buildRustPackage {
};
useFetchCargoVendor = true;
cargoHash = "sha256-j6cQalYbeHunI1t4VRQkbqGNylwWg0NBoItwloYTfAE=";
cargoHash = "sha256-2J6ByE2kmoHBGWgwYU2FWgTt47cw+s8IPcm4ElRVWMc=";
# set `HOME` to a temp dir for write access
# Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)