Unverified Commit 26dd7d33 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents db53c11e fd31072d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -65,13 +65,13 @@ in

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
@@ -81,7 +81,7 @@ rustPlatform.buildRustPackage {
    '';
  };

  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)