python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
This commit is contained in:
@@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "dash_core_components";
|
||||
inherit version;
|
||||
sha256 = "sha256-xnM4dK+XXlUvlaE5ihbC7n3xTOQ/pguzcYo8bgtj/+4=";
|
||||
hash = "sha256-xnM4dK+XXlUvlaE5ihbC7n3xTOQ/pguzcYo8bgtj/+4=";
|
||||
};
|
||||
|
||||
# No tests in archive
|
||||
|
||||
Reference in New Issue
Block a user