wlc: 0.0.9 -> 0.0.10

Initially the build was failing but it seems like
4b85b235348698460f6b0f90b312c6c097d247a7 already fixed it.
This commit is contained in:
Michael Weiss 2017-09-26 17:06:33 +02:00
parent 4b85b23534
commit 05d79c03ec

View File

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