mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
qtox: 20150624 -> 20150821
This commit is contained in:
parent
7f1efceff8
commit
c9ca9db213
1 changed files with 4 additions and 4 deletions
|
@ -3,12 +3,12 @@
|
|||
pango, atk, qrencode, ffmpeg, filter-audio, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "qtox-dev-20150624";
|
||||
name = "qtox-dev-20150821";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/tux3/qTox.git";
|
||||
rev = "9f386135a2cf428d2802b158c70be4beee5abf86";
|
||||
sha256 = "1m2y50q5yim1q75k48cy5daq5qm77cvb3kcla7lpqv54xnfdwxk8";
|
||||
rev = "2f6b5e052f2a625d506e83f880c5d68b49118f95";
|
||||
md5 = "b2f9cf283136b6e558876ca2e6d128a3";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
@ -49,4 +49,4 @@ stdenv.mkDerivation rec {
|
|||
maintainers = with maintainers; [ viric jgeerds ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue