lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

shot-scraper: 1.4 -> 1.6 (#382093)

authored by

Peder Bergebakken Sundt and committed by
GitHub
53c7c914 a69e0c12

+7 -5
+7 -5
pkgs/by-name/sh/shot-scraper/package.nix
··· 1 1 { 2 2 lib, 3 3 python3, 4 - fetchPypi, 4 + fetchFromGitHub, 5 5 }: 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "shot-scraper"; 9 - version = "1.4"; 9 + version = "1.6"; 10 10 format = "setuptools"; 11 11 12 12 disabled = python3.pkgs.pythonOlder "3.6"; 13 13 14 - src = fetchPypi { 15 - inherit pname version; 16 - hash = "sha256-hPzOwvTQAFs9IQRkq/uw+pHv5ZP5XU3Zn605SL8udPA="; 14 + src = fetchFromGitHub { 15 + owner = "simonw"; 16 + repo = "shot-scraper"; 17 + tag = version; 18 + hash = "sha256-3FU9UH0dQcRgYydtyo+p0fPBPtW47YFIKh13dJiQwfA="; 17 19 }; 18 20 19 21 propagatedBuildInputs = with python3.pkgs; [