We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17d12f7 + 9fccae0 commit 5f4e444Copy full SHA for 5f4e444
pkgs/by-name/sh/shot-scraper/package.nix
@@ -6,7 +6,7 @@
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "shot-scraper";
9
- version = "1.7";
+ version = "1.8";
10
format = "setuptools";
11
12
disabled = python3.pkgs.pythonOlder "3.6";
@@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
15
owner = "simonw";
16
repo = "shot-scraper";
17
tag = version;
18
- hash = "sha256-MEPixHDiOc5NaPuIKUueGXV5A9K7SFj/WEKb4gen0lI=";
+ hash = "sha256-CSV9HOqVMHI/L+jyMTdaDyc6ACyGIkG/mmcyRza6EjQ=";
19
};
20
21
propagatedBuildInputs = with python3.pkgs; [
0 commit comments