about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-12 11:11:12 -0500
committerGitHub <noreply@github.com>2024-01-12 11:11:12 -0500
commitd1cb5d0aef4c853280b1ca6f51d95b1711055320 (patch)
tree8e71cfcec7aadb68d85677800e8fec6c4f9e0f90 /pkgs
parenteabbec8ab54949aaa791defb11e8c5dc35f222c7 (diff)
parent02fb23a53fb92ffc0023fd61c6d101dcac9100cb (diff)
Merge pull request #280479 from r-ryantm/auto-update/shot-scraper
shot-scraper: 1.1.1 -> 1.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/graphics/shot-scraper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/shot-scraper/default.nix b/pkgs/tools/graphics/shot-scraper/default.nix
index 60aee277b60f5..a5406d7334c79 100644
--- a/pkgs/tools/graphics/shot-scraper/default.nix
+++ b/pkgs/tools/graphics/shot-scraper/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "shot-scraper";
-  version = "1.1.1";
+  version = "1.3";
   format = "setuptools";
 
   disabled = python3.pkgs.pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-YfWiy44rCRXK5xVkmA9X7pAlDhZrk6nS9vbC2eYvjbg=";
+    hash = "sha256-IC6S6LnavwxTcGEDX7lSHF1GZKBH1QcHQy17LGx4Ago=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [