···1212 # Since then, `dust` has been freed up, allowing this package to take that attribute.
1313 # However in order for tools like `nix-env` to detect package updates, keep `du-dust` for pname.
1414 pname = "du-dust";
1515- version = "1.2.0";
1515+ version = "1.2.1";
16161717 src = fetchFromGitHub {
1818 owner = "bootandy";
1919 repo = "dust";
2020 tag = "v${finalAttrs.version}";
2121- hash = "sha256-MmlCTF7tZBBOCnyhUjTatDjajFMGd+Nk2kYyxjzZc04=";
2121+ hash = "sha256-3Mk2gPlnm2kTRbn74T1YDH/DnjAyhFZQFK83OQaDNeo=";
2222 # Remove unicode file names which leads to different checksums on HFS+
2323 # vs. other filesystems because of unicode normalisation.
2424 postFetch = ''
···2727 };
28282929 useFetchCargoVendor = true;
3030- cargoHash = "sha256-H2tfDZBhIRRrdak8TWjzzjeJBQmYZVWqXNtxTnBnbDk=";
3030+ cargoHash = "sha256-IZv4XQmBvxUp5k5bn5B4qTJAVBrRO0OZaUlqCni6NpI=";
31313232 nativeBuildInputs = [ installShellFiles ];
3333
···61616262rustPlatform.buildRustPackage {
6363 pname = "servo";
6464- version = "0-unstable-2025-05-25";
6464+ version = "0-unstable-2025-06-04";
65656666 src = fetchFromGitHub {
6767 owner = "servo";
6868 repo = "servo";
6969- rev = "3a04f4195eb650f092c44d5a05fee178b9e84fbe";
7070- hash = "sha256-7dbt7h4qUPWgsKBt0wo9by6yTB4034SzlzdqMXmw2Xg=";
6969+ rev = "e78c033b5bc36a9576530869b38eba88080342d1";
7070+ hash = "sha256-BG0zQRLEM9bghjkB+He5fqpfinowRcn1k1oqhODzaPI=";
7171 # Breaks reproducibility depending on whether the picked commit
7272 # has other ref-names or not, which may change over time, i.e. with
7373 # "ref-names: HEAD -> main" as long this commit is the branch HEAD
···7878 };
79798080 useFetchCargoVendor = true;
8181- cargoHash = "sha256-XTtM7yU1kpzK2cspnYdgp7yrt4Xk7xeQ98rmBgu46Tg=";
8181+ cargoHash = "sha256-7jbaJSmz7isAiOYVXJ3gXorA2lhDEiVpL+l8gkOnQuM=";
82828383 # set `HOME` to a temp dir for write access
8484 # Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)