Pass version and yarn hash to override
This commit is contained in:
parent
b15ee7e276
commit
90e39fc05d
@ -7,6 +7,8 @@ let
|
|||||||
|
|
||||||
mastodon-lor-sh = pkgs.mastodon.override {
|
mastodon-lor-sh = pkgs.mastodon.override {
|
||||||
srcOverride = pkgs.applyPatches {
|
srcOverride = pkgs.applyPatches {
|
||||||
|
version = mastodon-source.version;
|
||||||
|
yarnHash = mastodon-source.yarnHash;
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = mastodon-source.src.owner;
|
owner = mastodon-source.src.owner;
|
||||||
repo = mastodon-source.src.repo;
|
repo = mastodon-source.src.repo;
|
||||||
|
Loading…
Reference in New Issue
Block a user