scraper: 0.23.1 -> 0.24.0 (#434534)

This commit is contained in:
Nick Cao
2025-08-19 16:18:29 -04:00
committed by GitHub
+3 -3
View File
@@ -7,14 +7,14 @@
rustPlatform.buildRustPackage rec {
pname = "scraper";
version = "0.23.1";
version = "0.24.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-s38EnVooSCL6TNjU90x2Q7lXDyOf9sWjOpxAxangyAU=";
hash = "sha256-/WdzwqwxTZiWyLV/W0nsMgVJ+o3wJU6u0gOMZva+WSM=";
};
cargoHash = "sha256-cijkLybvjwdz3k2CG0hYwSTisbJUpyI7QUG0l8xLfKQ=";
cargoHash = "sha256-0k8tYJbsWRAWn7stsodC8qkzzl3O8AZ1QrQ7i/n2YzY=";
nativeBuildInputs = [ installShellFiles ];