about summary refs log tree commit diff
path: root/pkgs/tools/text/scraper
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-26 14:29:35 -0400
committerfigsoda <figsoda@pm.me>2023-06-26 14:29:35 -0400
commit118b0bf1300c496781c79deb247649a660e490bf (patch)
treedfab217418c769ae26dab8da8a54bde66fde8806 /pkgs/tools/text/scraper
parent7ad5c9f885ab70ed99466b72fcc0889d09e95cfe (diff)
scraper: 0.16.0 -> 0.17.1
Diff: https://diff.rs/scraper/0.16.0/0.17.1

Changelog: https://github.com/causal-agent/scraper/releases/tag/v0.17.1
Diffstat (limited to 'pkgs/tools/text/scraper')
-rw-r--r--pkgs/tools/text/scraper/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/scraper/default.nix b/pkgs/tools/text/scraper/default.nix
index fd8324217f055..d325646a35d2b 100644
--- a/pkgs/tools/text/scraper/default.nix
+++ b/pkgs/tools/text/scraper/default.nix
@@ -2,14 +2,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "scraper";
-  version = "0.16.0";
+  version = "0.17.1";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-3FxEfrScOetB1raiT9xjq9G2xLrLZqVlkqbVAFCIhZ0=";
+    hash = "sha256-SVrQi9VxTzUHkdFdieOAIBhKvyrZqi3xKGooHkCEmhQ=";
   };
 
-  cargoHash = "sha256-Pf8+vvOvOHpuJ2v7iwdVzHwneqvhk2E4nbGO4TL/FAM=";
+  cargoHash = "sha256-/Lut38gFO4XtrBHXr4sfcII+bWgcCDrHf5/PKPrDiDs=";
 
   nativeBuildInputs = [ installShellFiles ];