scraper: 0.18.1 -> 0.19.0

This commit is contained in:
R. Ryantm 2024-02-29 22:57:57 +00:00
parent 44c70a3707
commit 71daae4aa5

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 ];