servo: 0-unstable-2025-07-08 -> 0-unstable-2025-07-13 (#424865)

This commit is contained in:
Martin Weinelt 2025-07-15 18:13:45 +02:00 committed by GitHub
commit 000a8f1395
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,13 +65,13 @@ in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "servo"; pname = "servo";
version = "0-unstable-2025-07-08"; version = "0-unstable-2025-07-13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "servo"; owner = "servo";
repo = "servo"; repo = "servo";
rev = "c3f441d7abe7243a31150bf424babf0f1679ea88"; rev = "93e5b672a78247205c431d5741952bdf23c3fcc2";
hash = "sha256-rFROwsU/x8LsD8vpCcmLyQMYCl9AQwgbv/kHk7JTa4c="; hash = "sha256-0826hNZ45BXXNzdZKbyUW/CfwVRZmpYU1e6efaACh4o=";
# Breaks reproducibility depending on whether the picked commit # Breaks reproducibility depending on whether the picked commit
# has other ref-names or not, which may change over time, i.e. with # 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 # "ref-names: HEAD -> main" as long this commit is the branch HEAD
@ -82,7 +82,7 @@ rustPlatform.buildRustPackage {
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-2J6ByE2kmoHBGWgwYU2FWgTt47cw+s8IPcm4ElRVWMc="; cargoHash = "sha256-uB5eTGiSq+DV7VwYoyLR2HH3DQpSV4xnP7C7iXZa7S0=";
# set `HOME` to a temp dir for write access # set `HOME` to a temp dir for write access
# Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328) # Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)