Merge pull request #264451 from figsoda/scraper

scraper: 0.18.0 -> 0.18.1
This commit is contained in:
Mario Rodas 2023-10-30 21:40:06 -05:00 committed by GitHub
commit 6756634936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "scraper";
version = "0.18.0";
version = "0.18.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-/OVUtRQH6Sc0TggN8UEA1GhVD4dXv8h5MFAXswgwSFE=";
hash = "sha256-fnX2v7VxVFgn9UT1+qWBvN+oDDI2DbK6UFKmby5aB5c=";
};
cargoHash = "sha256-zi6Jgibrx5kckqTj4nHBtiCFuHYmz4cyMwFkNQ6VXjc=";
cargoHash = "sha256-HeT3U4H/OM/91BdXTvZq+gpmOnt/P4wTlqc2dl4erlQ=";
nativeBuildInputs = [ installShellFiles ];