onionshare: fix stem override

This commit is contained in:
Louis Bettens 2021-10-06 09:35:13 +02:00
parent b1d0758cbe
commit 39af076d00

View File

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