lol

servo: 0-unstable-2025-03-29 -> 0-unstable-2025-04-08 (#397270)

authored by

Martin Weinelt and committed by
GitHub
f5d613e7 cfcb3991

+4 -4
+4 -4
pkgs/by-name/se/servo/package.nix
··· 62 62 63 63 rustPlatform.buildRustPackage { 64 64 pname = "servo"; 65 - version = "0-unstable-2025-03-29"; 65 + version = "0-unstable-2025-04-08"; 66 66 67 67 src = fetchFromGitHub { 68 68 owner = "servo"; 69 69 repo = "servo"; 70 - rev = "5d1c64dba9cf3e65f770370eb17f00ad4114edce"; 71 - hash = "sha256-0DuS2WfgWgnxh5qDc/XNL28XxXKnYPQW7F2m4OlANck="; 70 + rev = "4d4f94936f8859f039497df370083fd7ea35fb00"; 71 + hash = "sha256-SI3HnKuh6zD07D7SUswfehwXEFkuaZQkqipH0Rlj9Gg="; 72 72 # Breaks reproducibility depending on whether the picked commit 73 73 # has other ref-names or not, which may change over time, i.e. with 74 74 # "ref-names: HEAD -> main" as long this commit is the branch HEAD ··· 79 79 }; 80 80 81 81 useFetchCargoVendor = true; 82 - cargoHash = "sha256-m6lsXHf7SIgbIt8RyhUkJpd1/nJQMSNRS9uTJ6th9ng="; 82 + cargoHash = "sha256-toVo1QpeMeK8SoQaYU5d+VAd3s22iwRI4caJIpxPP6I="; 83 83 84 84 # set `HOME` to a temp dir for write access 85 85 # Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)