Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jun 11, 2018
1 parent 696c6be commit 9ed54f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libqmatrixclient/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "libqmatrixclient-${version}";
version = "0.2.1";
version = "0.3";

src = fetchFromGitHub {
owner = "QMatrixClient";
repo = "libqmatrixclient";
rev = "v${version}";
sha256 = "0sv5hhdsffq7092n6hggfz9a78qn3jfmbvw2flmc4ippzz563akv";
sha256 = "0cwzjbnh3p38rm53mhx65vx9dypfrw247wmhbd0ysgsqz51rmkid";
};

buildInputs = [ qtbase ];
Expand Down

0 comments on commit 9ed54f5

Please sign in to comment.