Skip to content

Commit

Permalink
qtox: 1.8.1 -> 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Mar 21, 2017
1 parent 1cd8add commit 497b34c
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
name = "qtox-${version}";
version = "1.8.1";
version = "1.9.0";

src = fetchFromGitHub {
owner = "tux3";
repo = "qTox";
rev = "v${version}";
sha256 = "073kwfaw5n7vvcpwrpdbw5mlswbbwjipx7yy4a95r9z0gjljqnhq";
sha256 = "0l008mzrs1wsv5cbzxjkv3k48lghlcdsp8blqrkihjv5gcn3psml";
};

buildInputs = [
Expand All @@ -27,6 +27,10 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ cmake makeQtWrapper pkgconfig ];

cmakeFlags = [
"-DGIT_DESCRIBE=${version}"
];

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit 497b34c

Please sign in to comment.