Skip to content

Commit 5f4e444

Browse files
shot-scraper: 1.7 -> 1.8 (NixOS#393330)
Co-authored-by: techknowlogick <[email protected]>
2 parents 17d12f7 + 9fccae0 commit 5f4e444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sh/shot-scraper/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "shot-scraper";
9-
version = "1.7";
9+
version = "1.8";
1010
format = "setuptools";
1111

1212
disabled = python3.pkgs.pythonOlder "3.6";
@@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
1515
owner = "simonw";
1616
repo = "shot-scraper";
1717
tag = version;
18-
hash = "sha256-MEPixHDiOc5NaPuIKUueGXV5A9K7SFj/WEKb4gen0lI=";
18+
hash = "sha256-CSV9HOqVMHI/L+jyMTdaDyc6ACyGIkG/mmcyRza6EjQ=";
1919
};
2020

2121
propagatedBuildInputs = with python3.pkgs; [

0 commit comments

Comments
 (0)