rambox: 0.6.7 -> 0.6.9
This commit is contained in:
parent
c438c0e0b7
commit
dce97daeda
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rambox-bare-${version}";
|
name = "rambox-bare-${version}";
|
||||||
version = "0.6.7";
|
version = "0.6.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ramboxapp";
|
owner = "ramboxapp";
|
||||||
repo = "community-edition";
|
repo = "community-edition";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1fsp4jxiypl6zkh5wgf9amyiyx9dqv6h8rsjn5xjp9bna27s0d3b";
|
sha256 = "1h44srl2gzkhjaazpwz1pwy4dp5x776fc685kahlvjlsfls0fvy9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ nodejs-8_x ruby sencha ];
|
nativeBuildInputs = [ nodejs-8_x ruby sencha ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user