mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
onionshare: fix stem override
This commit is contained in:
parent
b1d0758cbe
commit
39af076d00
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user