diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-03-03 01:48:06 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-03-03 23:59:29 +0100 |
| commit | 0215034f25d23eb6da0f8006a941ccbfd4d9c355 (patch) | |
| tree | 98d0592409a5d2ade37c8af19fe2f37f6b042bc1 /pkgs/development/python-modules/python-http-client | |
| parent | 8afd8d323fe5ed6cfcf38d1cf86e53dad7045d97 (diff) | |
python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
Diffstat (limited to 'pkgs/development/python-modules/python-http-client')
| -rw-r--r-- | pkgs/development/python-modules/python-http-client/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-http-client/default.nix b/pkgs/development/python-modules/python-http-client/default.nix index 2223a5db9340..f2ecd2145846 100644 --- a/pkgs/development/python-modules/python-http-client/default.nix +++ b/pkgs/development/python-modules/python-http-client/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "sendgrid"; repo = "python-http-client"; rev = version; - sha256 = "sha256-8Qs5Jw0LMV2UucLnlFKJQ2PUhYaQx6uJdIV/4gaPH3w="; + hash = "sha256-8Qs5Jw0LMV2UucLnlFKJQ2PUhYaQx6uJdIV/4gaPH3w="; }; nativeCheckInputs = [ |
