Merge pull request #118541 from SuperSandro2000/python3Packages.hstspreload

python3Packages.hstspreload: 2021.2.15 -> 2021.3.29
This commit is contained in:
Sandro 2021-04-05 07:15:03 +02:00 committed by GitHub
commit ebb8c65cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hstspreload"; pname = "hstspreload";
version = "2021.2.15"; version = "2021.3.29";
disabled = isPy27; disabled = isPy27;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sethmlarson"; owner = "sethmlarson";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-vHq4DjDh7hBNAK/h/KdzqaEgrG5bg7VQ8fVWuxV7vOg="; sha256 = "sha256-F5EXwCoXYmFkV0VWT5leIWZU2xH1t6T0LuxodAANS8E=";
}; };
# tests require network connection # tests require network connection