servo: 0-unstable-2025-04-27 -> 0-unstable-2025-05-13

This commit is contained in:
Martin Weinelt
2025-05-14 01:47:50 +02:00
parent 8b13eb81a0
commit 861091c4bb
+4 -4
View File
@@ -61,13 +61,13 @@ in
rustPlatform.buildRustPackage {
pname = "servo";
version = "0-unstable-2025-04-27";
version = "0-unstable-2025-05-13";
src = fetchFromGitHub {
owner = "servo";
repo = "servo";
rev = "e22ce3988b5962c254857419afbf36cced9648aa";
hash = "sha256-shhvxwnhQXMVtXufd4IE8aeUeDm84MLpVktMkodFmeg=";
rev = "a572bf1191f8807e63d6bec4734ecae2b50439c3";
hash = "sha256-iMB2dJA0TVV6l14WqZt8KJehHRoGozycjjCHPXPjMsI=";
# 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
@@ -78,7 +78,7 @@ rustPlatform.buildRustPackage {
};
useFetchCargoVendor = true;
cargoHash = "sha256-TUhxQFuRINNHEfnnIKejMP6/j3K7t0y9bovcT/l6SZU=";
cargoHash = "sha256-HtyRHaYBadqqpJ8dSBOMp5xOwzRfBYjeuj4Kb/xx5ds=";
# set `HOME` to a temp dir for write access
# Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)