···12 # Since then, `dust` has been freed up, allowing this package to take that attribute.
13 # However in order for tools like `nix-env` to detect package updates, keep `du-dust` for pname.
14 pname = "du-dust";
15- version = "1.2.0";
1617 src = fetchFromGitHub {
18 owner = "bootandy";
19 repo = "dust";
20 tag = "v${finalAttrs.version}";
21- hash = "sha256-MmlCTF7tZBBOCnyhUjTatDjajFMGd+Nk2kYyxjzZc04=";
22 # Remove unicode file names which leads to different checksums on HFS+
23 # vs. other filesystems because of unicode normalisation.
24 postFetch = ''
···27 };
2829 useFetchCargoVendor = true;
30- cargoHash = "sha256-H2tfDZBhIRRrdak8TWjzzjeJBQmYZVWqXNtxTnBnbDk=";
3132 nativeBuildInputs = [ installShellFiles ];
33
···12 # Since then, `dust` has been freed up, allowing this package to take that attribute.
13 # However in order for tools like `nix-env` to detect package updates, keep `du-dust` for pname.
14 pname = "du-dust";
15+ version = "1.2.1";
1617 src = fetchFromGitHub {
18 owner = "bootandy";
19 repo = "dust";
20 tag = "v${finalAttrs.version}";
21+ hash = "sha256-3Mk2gPlnm2kTRbn74T1YDH/DnjAyhFZQFK83OQaDNeo=";
22 # Remove unicode file names which leads to different checksums on HFS+
23 # vs. other filesystems because of unicode normalisation.
24 postFetch = ''
···27 };
2829 useFetchCargoVendor = true;
30+ cargoHash = "sha256-IZv4XQmBvxUp5k5bn5B4qTJAVBrRO0OZaUlqCni6NpI=";
3132 nativeBuildInputs = [ installShellFiles ];
33
···6162rustPlatform.buildRustPackage {
63 pname = "servo";
64- version = "0-unstable-2025-05-25";
6566 src = fetchFromGitHub {
67 owner = "servo";
68 repo = "servo";
69- rev = "3a04f4195eb650f092c44d5a05fee178b9e84fbe";
70- hash = "sha256-7dbt7h4qUPWgsKBt0wo9by6yTB4034SzlzdqMXmw2Xg=";
71 # Breaks reproducibility depending on whether the picked commit
72 # has other ref-names or not, which may change over time, i.e. with
73 # "ref-names: HEAD -> main" as long this commit is the branch HEAD
···78 };
7980 useFetchCargoVendor = true;
81- cargoHash = "sha256-XTtM7yU1kpzK2cspnYdgp7yrt4Xk7xeQ98rmBgu46Tg=";
8283 # set `HOME` to a temp dir for write access
84 # Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)
···6162rustPlatform.buildRustPackage {
63 pname = "servo";
64+ version = "0-unstable-2025-06-04";
6566 src = fetchFromGitHub {
67 owner = "servo";
68 repo = "servo";
69+ rev = "e78c033b5bc36a9576530869b38eba88080342d1";
70+ hash = "sha256-BG0zQRLEM9bghjkB+He5fqpfinowRcn1k1oqhODzaPI=";
71 # Breaks reproducibility depending on whether the picked commit
72 # has other ref-names or not, which may change over time, i.e. with
73 # "ref-names: HEAD -> main" as long this commit is the branch HEAD
···78 };
7980 useFetchCargoVendor = true;
81+ cargoHash = "sha256-7jbaJSmz7isAiOYVXJ3gXorA2lhDEiVpL+l8gkOnQuM=";
8283 # set `HOME` to a temp dir for write access
84 # Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)