servo: 0-unstable-2025-07-21 -> 0-unstable-2025-07-30 (#429555)

Changed files
+4 -4
pkgs
by-name
se
servo
+4 -4
pkgs/by-name/se/servo/package.nix
···
rustPlatform.buildRustPackage {
pname = "servo";
-
version = "0-unstable-2025-07-21";
+
version = "0-unstable-2025-07-30";
src = fetchFromGitHub {
owner = "servo";
repo = "servo";
-
rev = "50603e5074064211cee253b0782cb29ae413d3ee";
-
hash = "sha256-qlIjyvrtCwnUVO12LYm52drsQJqgfOEj7rV4LgubG5E=";
+
rev = "0e180578632facc10f0e8fb29df9084369adc600";
+
hash = "sha256-4EQ15jOZNYjGmhIOJivHT8R6BeT6moGj+AI9DBq58v4=";
# 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
···
'';
};
-
cargoHash = "sha256-kKuauc5yK6IOKDL9o+vmNLg4wyZ+24YNT5Yhn+z51jE=";
+
cargoHash = "sha256-fqIlN+6SEY0LVrUk47U12TuVoRte0oCGJhO7DHovzBM=";
# set `HOME` to a temp dir for write access
# Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)