Skip to content

Commit

Permalink
wlc: 0.0.9 -> 0.0.10
Browse files Browse the repository at this point in the history
Initially the build was failing but it seems like
4b85b23 already fixed it.
  • Loading branch information
primeos committed Sep 26, 2017
1 parent 4b85b23 commit 05d79c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wlc/default.nix
Expand Up @@ -6,14 +6,14 @@

stdenv.mkDerivation rec {
name = "wlc-${version}";
version = "0.0.9";
version = "0.0.10";

src = fetchFromGitHub {
owner = "Cloudef";
repo = "wlc";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "1r6jf64gs7n9a8129wsc0mdwhcv44p8k87kg0714rhx3g2w22asg";
sha256 = "09kvwhrpgkxlagn9lgqxc80jbg56djn29a6z0n6h0dsm90ysyb2k";
};

nativeBuildInputs = [ cmake pkgconfig ];
Expand Down

0 comments on commit 05d79c0

Please sign in to comment.