Merge pull request #48397 from Mic92/rambox

rambox: 0.5.17 -> 0.6.1
This commit is contained in:
Jörg Thalheim 2018-10-14 20:52:12 +01:00 committed by GitHub
commit 07ae76f0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];