Skip to content

Commit b5879c9

Browse files
authored
scraper: 0.20.0 -> 0.21.0 (#352684)
2 parents 0bcb236 + 16fe744 commit b5879c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/text/scraper/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "scraper";
5-
version = "0.20.0";
5+
version = "0.21.0";
66

77
src = fetchCrate {
88
inherit pname version;
9-
hash = "sha256-ouyhdT6XTuWYBxi8HV0dWt/0dHml8YXjf2kzd90Eax0=";
9+
hash = "sha256-S9bVsLDAX7UJ9FV4ZuI1G1D2fSZSZsevtftr7y+HyI8=";
1010
};
1111

12-
cargoHash = "sha256-2R8dy9WnEPffkoJfQD8uFL0Ot3D2yibPxIjqRJ+6rMI=";
12+
cargoHash = "sha256-K4ZmarOniI7OgzjkaP66Py5ei+NKeJEOuziS//NXffw=";
1313

1414
nativeBuildInputs = [ installShellFiles ];
1515

0 commit comments

Comments
 (0)