rambox: 0.5.17 -> 0.6.1

This commit is contained in:
Jörg Thalheim 2018-10-11 14:18:13 +01:00
parent 1f5867d0d9
commit a25e765dc9
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "rambox-bare-${version}"; name = "rambox-bare-${version}";
version = "0.5.17"; version = "0.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "saenzramiro"; owner = "saenzramiro";
repo = "rambox"; repo = "rambox";
rev = version; rev = version;
sha256 = "18adga0symhb825db80l4c7kjl3lzzh54p1qibqsfa087rjxx9ay"; sha256 = "1cyxxgcv0qvm1la8yl5ag3j11spw7zvnj75zpf9c1y33pqmp44yc";
}; };
nativeBuildInputs = [ nodejs-8_x ruby sencha ]; nativeBuildInputs = [ nodejs-8_x ruby sencha ];
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
inherit src; inherit src;
nodejs = nodejs-8_x; nodejs = nodejs-8_x;
sha256 = "1v7zwp8vs2pgy04qi92lvnxgfwkyxbid04lab8925wg1pvm2pk3k"; sha256 = "0mg1ilz65qyxgh5zg1f8fhx7ygz10w8ifamflpwbk8mrvqpkjlvr";
}; };
patches = [ ./isDev.patch ]; patches = [ ./isDev.patch ];