Merge pull request #140730 from lourkeur/onionshare/stem

This commit is contained in:
Sandro 2021-10-07 23:58:07 +02:00 committed by GitHub
commit 1f3ab96b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ let
license = licenses.gpl3Plus;
maintainers = with maintainers; [ lourkeur ];
};
stem' = stem.overrideAttrs (_: rec {
stem' = stem.overridePythonAttrs (_: rec {
version = "1.8.1";
src = fetchFromGitHub {