rambox: 0.6.9 -> 0.7.3
https://github.com/ramboxapp/community-edition/releases/tag/0.7.3 https://github.com/ramboxapp/community-edition/releases/tag/0.7.2 https://github.com/ramboxapp/community-edition/releases/tag/0.7.1 https://github.com/ramboxapp/community-edition/releases/tag/0.7.0
This commit is contained in:
parent
bef84a3d83
commit
11dd4ccf9d
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rambox-bare";
|
pname = "rambox-bare";
|
||||||
version = "0.6.9";
|
version = "0.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ramboxapp";
|
owner = "ramboxapp";
|
||||||
repo = "community-edition";
|
repo = "community-edition";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1h44srl2gzkhjaazpwz1pwy4dp5x776fc685kahlvjlsfls0fvy9";
|
sha256 = "03pwzyij2i5m23qzhyqdcipixmqj46qbjmq626swwqy03a0p91qv";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ nodejs-10_x ruby sencha ];
|
nativeBuildInputs = [ nodejs-10_x ruby sencha ];
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
nodejs = nodejs-10_x;
|
nodejs = nodejs-10_x;
|
||||||
sha256 = "1zw3pjj3z29n9s08xyid41yq765d4c16lgml79m24zw36qaji6h1";
|
sha256 = "05vb0r0q3ckg2g87fsm22j0cbfvk81q5z43zwmrzh3pb3zh54xj1";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./isDev.patch ];
|
patches = [ ./isDev.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user