lol
0
fork

Configure Feed

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

python310Packages.censys: 2.1.8 -> 2.1.9

+3 -3
+3 -3
pkgs/development/python-modules/censys/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "censys"; 20 - version = "2.1.8"; 20 + version = "2.1.9"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.7"; ··· 25 25 src = fetchFromGitHub { 26 26 owner = "censys"; 27 27 repo = "censys-python"; 28 - rev = "v${version}"; 29 - hash = "sha256-iPCFflibEqA286j+7Vp4ZQaO9e6Bp+o7A/a7DELJcxA="; 28 + rev = "refs/tags/v${version}"; 29 + hash = "sha256-BB/pLpPK2qh5902bZp9QM3Wiu/l48pzq7HcjaAtM4D0="; 30 30 }; 31 31 32 32 nativeBuildInputs = [