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

servo: 0-unstable-2025-03-18 -> 0-unstable-2025-03-29 (#394196)

parents 0bf5b65b 6623d9c0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -62,13 +62,13 @@ in

rustPlatform.buildRustPackage {
  pname = "servo";
  version = "0-unstable-2025-03-18";
  version = "0-unstable-2025-03-29";

  src = fetchFromGitHub {
    owner = "servo";
    repo = "servo";
    rev = "8d39d7706aee50971e848a5e31fc6bfd7ef552c1";
    hash = "sha256-PdkES7tvECVoJWa78t/K4ab+brqCLHY47c+TnDNQ3Ps=";
    rev = "5d1c64dba9cf3e65f770370eb17f00ad4114edce";
    hash = "sha256-0DuS2WfgWgnxh5qDc/XNL28XxXKnYPQW7F2m4OlANck=";
    # 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
@@ -79,7 +79,7 @@ rustPlatform.buildRustPackage {
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-mxbRqJ+ex9k1h6wOgjPHWfG8RA0vVRBAqsHtwSRI12Y=";
  cargoHash = "sha256-m6lsXHf7SIgbIt8RyhUkJpd1/nJQMSNRS9uTJ6th9ng=";

  # set `HOME` to a temp dir for write access
  # Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)