servo: 0-unstable-2025-04-18 -> 0-unstable-2025-04-27 (#402259)

This commit is contained in:
Martin Weinelt
2025-04-27 14:06:57 +02:00
committed by GitHub
+4 -4
View File
@@ -61,13 +61,13 @@ in
rustPlatform.buildRustPackage {
pname = "servo";
version = "0-unstable-2025-04-18";
version = "0-unstable-2025-04-27";
src = fetchFromGitHub {
owner = "servo";
repo = "servo";
rev = "2ee8427665099987f715296d4d55b6388a480c08";
hash = "sha256-fAUTBfoFGZqdZylXvY7h+0Ol0xd1CDNyJxx3rlhI7ss=";
rev = "e22ce3988b5962c254857419afbf36cced9648aa";
hash = "sha256-shhvxwnhQXMVtXufd4IE8aeUeDm84MLpVktMkodFmeg=";
# 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-hGLSGbT4089R7BP4pkIQL/YNQlVfIDqW9sUJv+yCUv8=";
cargoHash = "sha256-TUhxQFuRINNHEfnnIKejMP6/j3K7t0y9bovcT/l6SZU=";
# set `HOME` to a temp dir for write access
# Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)