scraper: 0.19.0 -> 0.19.1

This commit is contained in:
R. Ryantm 2024-07-16 16:36:05 +00:00
parent b64e7d2266
commit 979c121f70

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "scraper";
version = "0.19.0";
version = "0.19.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-HfZ8zyjghTXIyIYS+MaGF5OdMLJv6NIjQswdn/tvQbU=";
hash = "sha256-RxNnKejGd5Jr7ZOXnYGHbV/0mS2e4zKzSpTbsyOPXqw=";
};
cargoHash = "sha256-py8VVciNJ36/aSTlTH+Bx36yrh/8AuzB9XNNv/PrFak=";
cargoHash = "sha256-ld+1O+oYGm/R+bCK/pEc/pDl/ev1zEp8HgSOkilgWgk=";
nativeBuildInputs = [ installShellFiles ];