mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-14 22:26:39 +00:00
Fix the name metadata as well
It was already computed for the derivation we're going to override. It won't be recomputed again as a result of `overrideAttrs` so we recompute it and include it in the override.
This commit is contained in:
parent
608fbce9f9
commit
8421d406e9
@ -2,6 +2,7 @@
|
||||
pyopenssl.overrideAttrs (old: rec {
|
||||
pname = "pyOpenSSL";
|
||||
version = "23.2.0";
|
||||
name = "${pname}-${version}";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "J2+TH1WkUufeppxxc+mE6ypEB85BPJGKo0tV+C+bi6w=";
|
||||
|
Loading…
x
Reference in New Issue
Block a user