mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 13:53:07 +00:00
match the package name on pypi, case and all
otherwise urls are misconstructed and stuff fails
This commit is contained in:
parent
43e4e1b09a
commit
e5b6049329
@ -1,6 +1,6 @@
|
||||
{ pyopenssl, fetchPypi, isPyPy }:
|
||||
pyopenssl.overrideAttrs (old: rec {
|
||||
pname = "pyopenssl";
|
||||
pname = "pyOpenSSL";
|
||||
version = "23.2.0";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
x
Reference in New Issue
Block a user