···6566rustPlatform.buildRustPackage {
67 pname = "servo";
68- version = "0-unstable-2025-07-21";
6970 src = fetchFromGitHub {
71 owner = "servo";
72 repo = "servo";
73- rev = "50603e5074064211cee253b0782cb29ae413d3ee";
74- hash = "sha256-qlIjyvrtCwnUVO12LYm52drsQJqgfOEj7rV4LgubG5E=";
75 # Breaks reproducibility depending on whether the picked commit
76 # has other ref-names or not, which may change over time, i.e. with
77 # "ref-names: HEAD -> main" as long this commit is the branch HEAD
···81 '';
82 };
8384- cargoHash = "sha256-kKuauc5yK6IOKDL9o+vmNLg4wyZ+24YNT5Yhn+z51jE=";
8586 # set `HOME` to a temp dir for write access
87 # Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)
···6566rustPlatform.buildRustPackage {
67 pname = "servo";
68+ version = "0-unstable-2025-07-30";
6970 src = fetchFromGitHub {
71 owner = "servo";
72 repo = "servo";
73+ rev = "0e180578632facc10f0e8fb29df9084369adc600";
74+ hash = "sha256-4EQ15jOZNYjGmhIOJivHT8R6BeT6moGj+AI9DBq58v4=";
75 # Breaks reproducibility depending on whether the picked commit
76 # has other ref-names or not, which may change over time, i.e. with
77 # "ref-names: HEAD -> main" as long this commit is the branch HEAD
···81 '';
82 };
8384+ cargoHash = "sha256-fqIlN+6SEY0LVrUk47U12TuVoRte0oCGJhO7DHovzBM=";
8586 # set `HOME` to a temp dir for write access
87 # Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)