libcommuni: 2016-01-02 -> 2016-03-23

This commit is contained in:
Christoph Hrdinka 2016-06-30 09:58:01 +02:00
parent 42f52792bc
commit 0630771674

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
name = "libcommuni-${version}";
version = "2016-01-02";
version = "2016-03-23";
src = fetchgit {
url = "https://github.com/communi/libcommuni.git";
rev = "779b0c774428669235d44d2db8e762558e2f4b79";
sha256 = "1zqdl5why66rg3pksxmxsmrwxs4042fq9jhc394qvk0s36aryqsj";
rev = "6a5110b25e2838e7dc2c62d16b9fd06d12beee7e";
sha256 = "184ah5xqg5pgy8h6fyyz2k0vak1fmhrcidwz828yl4lsvz1vjqh1";
};
buildInputs = [ qtbase ];