Merge pull request #114286 from fabaff/bump-hstspreload

python3Packages.hstspreload: 2021.2.1 -> 2021.2.15
This commit is contained in:
Sandro 2021-02-25 12:51:35 +01:00 committed by GitHub
commit 3ab5aa845a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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