Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
rambox: 0.6.7 -> 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 24, 2019
1 parent c438c0e commit dce97da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "rambox-bare-${version}";
version = "0.6.7";
version = "0.6.9";

src = fetchFromGitHub {
owner = "ramboxapp";
repo = "community-edition";
rev = version;
sha256 = "1fsp4jxiypl6zkh5wgf9amyiyx9dqv6h8rsjn5xjp9bna27s0d3b";
sha256 = "1h44srl2gzkhjaazpwz1pwy4dp5x776fc685kahlvjlsfls0fvy9";
};

nativeBuildInputs = [ nodejs-8_x ruby sencha ];
Expand Down

0 comments on commit dce97da

Please sign in to comment.