From 9fccae0414e4cd7b189035aa7d4e35bafa472413 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 26 Mar 2025 08:05:13 +0000 Subject: [PATCH] shot-scraper: 1.7 -> 1.8 --- pkgs/by-name/sh/shot-scraper/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sh/shot-scraper/package.nix b/pkgs/by-name/sh/shot-scraper/package.nix index e749743109ed..86a921b1042b 100644 --- a/pkgs/by-name/sh/shot-scraper/package.nix +++ b/pkgs/by-name/sh/shot-scraper/package.nix @@ -6,7 +6,7 @@ python3.pkgs.buildPythonApplication rec { pname = "shot-scraper"; - version = "1.7"; + version = "1.8"; format = "setuptools"; disabled = python3.pkgs.pythonOlder "3.6"; @@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec { owner = "simonw"; repo = "shot-scraper"; tag = version; - hash = "sha256-MEPixHDiOc5NaPuIKUueGXV5A9K7SFj/WEKb4gen0lI="; + hash = "sha256-CSV9HOqVMHI/L+jyMTdaDyc6ACyGIkG/mmcyRza6EjQ="; }; propagatedBuildInputs = with python3.pkgs; [