We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bcb236 + 16fe744 commit b5879c9Copy full SHA for b5879c9
pkgs/tools/text/scraper/default.nix
@@ -2,14 +2,14 @@
2
3
rustPlatform.buildRustPackage rec {
4
pname = "scraper";
5
- version = "0.20.0";
+ version = "0.21.0";
6
7
src = fetchCrate {
8
inherit pname version;
9
- hash = "sha256-ouyhdT6XTuWYBxi8HV0dWt/0dHml8YXjf2kzd90Eax0=";
+ hash = "sha256-S9bVsLDAX7UJ9FV4ZuI1G1D2fSZSZsevtftr7y+HyI8=";
10
};
11
12
- cargoHash = "sha256-2R8dy9WnEPffkoJfQD8uFL0Ot3D2yibPxIjqRJ+6rMI=";
+ cargoHash = "sha256-K4ZmarOniI7OgzjkaP66Py5ei+NKeJEOuziS//NXffw=";
13
14
nativeBuildInputs = [ installShellFiles ];
15
0 commit comments