Merge pull request #292454 from r-ryantm/auto-update/scraper

scraper: 0.18.1 -> 0.19.0
This commit is contained in:
Nick Cao 2024-03-01 10:19:17 -05:00 committed by GitHub
commit f9b8932a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "scraper";
version = "0.18.1";
version = "0.19.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-fnX2v7VxVFgn9UT1+qWBvN+oDDI2DbK6UFKmby5aB5c=";
hash = "sha256-HfZ8zyjghTXIyIYS+MaGF5OdMLJv6NIjQswdn/tvQbU=";
};
cargoHash = "sha256-HeT3U4H/OM/91BdXTvZq+gpmOnt/P4wTlqc2dl4erlQ=";
cargoHash = "sha256-py8VVciNJ36/aSTlTH+Bx36yrh/8AuzB9XNNv/PrFak=";
nativeBuildInputs = [ installShellFiles ];