wlc: 0.0.9 -> 0.0.10

This commit is contained in:
Samuel Leathers 2017-10-16 10:18:18 -04:00
parent d7030f7576
commit 1101eebefd

View File

@ -7,14 +7,14 @@
stdenv.mkDerivation rec {
name = "wlc-${version}";
version = "0.0.9"; # 0.0.10 currently causes segfaults
version = "0.0.10";
src = fetchFromGitHub {
owner = "Cloudef";
repo = "wlc";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "1r6jf64gs7n9a8129wsc0mdwhcv44p8k87kg0714rhx3g2w22asg";
sha256 = "09kvwhrpgkxlagn9lgqxc80jbg56djn29a6z0n6h0dsm90ysyb2k";
};
nativeBuildInputs = [ cmake pkgconfig ];