Skip to content

Commit

Permalink
qtox: 1.10.1 -> 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jun 2, 2017
1 parent 5b1de5b commit 27aac7a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
name = "qtox-${version}";
version = "1.10.1";
version = "1.10.2";

src = fetchFromGitHub {
owner = "tux3";
repo = "qTox";
rev = "v${version}";
sha256 = "1c5y7fwhsq1f6z8208xl1jd6bl1r6k8g0fjqxf0z10373c9395jq";
sha256 = "0c2633rc9l73q9qs9hybn11hmlqbwsvih3sf6jk1jp4151k5wp1y";
};

buildInputs = [
Expand Down

0 comments on commit 27aac7a

Please sign in to comment.