forked from mirrors/nixpkgs
python310Packages.hstspreload: update rev
This commit is contained in:
parent
f68d92f44d
commit
e123a3ece7
|
@ -14,8 +14,8 @@ buildPythonPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "sethmlarson";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-MF+pRP0KluF7LrSkfxs6ZSEXyqmr51mUqUn01dLdUdQ=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-MF+pRP0KluF7LrSkfxs6ZSEXyqmr51mUqUn01dLdUdQ=";
|
||||
};
|
||||
|
||||
# Tests require network connection
|
||||
|
|
Loading…
Reference in a new issue