Merge pull request #144130 from fabaff/bump-hstspreload

python3Packages.hstspreload: 2021.10.1 -> 2021.11.1
This commit is contained in:
Fabian Affolter 2021-11-01 17:11:19 +01:00 committed by GitHub
commit b5626d1c78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "hstspreload";
version = "2021.10.1";
version = "2021.11.1";
disabled = isPy27;
src = fetchFromGitHub {
owner = "sethmlarson";
repo = pname;
rev = version;
sha256 = "sha256-nd3k2enQvYzASFyLy8chBLGX8dXlLyMyg4yv06VSeUA=";
sha256 = "sha256-NpbmW4sWQmIqSllMSC+8uuSzVjUUZL+m5hshv4illCU=";
};
# tests require network connection