Skip to content

Commit

Permalink
rambox: 0.6.1 -> 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 15, 2018
1 parent 8d275f6 commit fb7abda
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "rambox-bare-${version}";
version = "0.6.1";
version = "0.6.2";

src = fetchFromGitHub {
owner = "saenzramiro";
repo = "rambox";
owner = "ramboxapp";
repo = "community-edition";
rev = version;
sha256 = "1cyxxgcv0qvm1la8yl5ag3j11spw7zvnj75zpf9c1y33pqmp44yc";
sha256 = "150vf62cp739l9dgpnksgpkffabs2wi15q217m3nai34irhwzk8m";
};

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

0 comments on commit fb7abda

Please sign in to comment.