Skip to content

Commit

Permalink
android-file-transfer: 3.9 -> 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaverdh committed Nov 16, 2020
1 parent 5f936da commit 1c68255
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/filesystems/android-file-transfer/default.nix
@@ -1,18 +1,18 @@
{ stdenv, mkDerivation, fetchFromGitHub, cmake, fuse, readline, pkgconfig, qtbase }:
{ stdenv, mkDerivation, fetchFromGitHub, cmake, fuse, readline, pkgconfig, qtbase, qttools }:

mkDerivation rec {
pname = "android-file-transfer";
version = "3.9";
version = "4.0";

src = fetchFromGitHub {
owner = "whoozle";
repo = "android-file-transfer-linux";
rev = "v${version}";
sha256 = "1pwayyd5xrmngfrmv2vwr8ns2wi199xkxf7dks8fl9zmlpizg3c3";
sha256 = "11d4n4ybmc25gz18nlps3v11m3y8dw5bcb817gkik5m4nvqnbcsf";
};

nativeBuildInputs = [ cmake readline pkgconfig ];
buildInputs = [ fuse qtbase ];
buildInputs = [ fuse qtbase qttools ];

meta = with stdenv.lib; {
description = "Reliable MTP client with minimalistic UI";
Expand Down

0 comments on commit 1c68255

Please sign in to comment.