match the package name on pypi, case and all

otherwise urls are misconstructed and stuff fails
This commit is contained in:
Jean-Paul Calderone 2023-06-13 10:16:50 -04:00
parent 43e4e1b09a
commit e5b6049329

View File

@ -1,6 +1,6 @@
{ pyopenssl, fetchPypi, isPyPy }:
pyopenssl.overrideAttrs (old: rec {
pname = "pyopenssl";
pname = "pyOpenSSL";
version = "23.2.0";
src = fetchPypi {
inherit pname version;