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

servo: 0-unstable-2025-04-27 -> 0-unstable-2025-05-13 (#406894)

parents f42f6d34 861091c4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -61,13 +61,13 @@ in

rustPlatform.buildRustPackage {
  pname = "servo";
  version = "0-unstable-2025-04-27";
  version = "0-unstable-2025-05-13";

  src = fetchFromGitHub {
    owner = "servo";
    repo = "servo";
    rev = "e22ce3988b5962c254857419afbf36cced9648aa";
    hash = "sha256-shhvxwnhQXMVtXufd4IE8aeUeDm84MLpVktMkodFmeg=";
    rev = "a572bf1191f8807e63d6bec4734ecae2b50439c3";
    hash = "sha256-iMB2dJA0TVV6l14WqZt8KJehHRoGozycjjCHPXPjMsI=";
    # 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-TUhxQFuRINNHEfnnIKejMP6/j3K7t0y9bovcT/l6SZU=";
  cargoHash = "sha256-HtyRHaYBadqqpJ8dSBOMp5xOwzRfBYjeuj4Kb/xx5ds=";

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