Merge pull request #46570 from dywedir/android-file-transfer

android-file-transfer: 3.4 -> 3.5
This commit is contained in:
Jörg Thalheim 2018-09-12 18:02:55 +01:00 committed by GitHub
commit 9a70738f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "android-file-transfer-${version}";
version = "3.4";
version = "3.5";
src = fetchFromGitHub {
owner = "whoozle";
repo = "android-file-transfer-linux";
rev = "v${version}";
sha256 = "1xwl0vk57174gdjhgqkzrirwzd2agdm84q30dq9q376ixgxjrifc";
sha256 = "036hca41ikgnw4maykjdp53l31rm01mgamy9y56i5qqh84cwmls2";
};
buildInputs = [ cmake fuse readline pkgconfig qtbase ];
buildPhase = ''
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "Reliable MTP client with minimalistic UI";
homepage = http://whoozle.github.io/android-file-transfer-linux/;
homepage = https://whoozle.github.io/android-file-transfer-linux/;
license = licenses.lgpl21;
maintainers = [ maintainers.xaverdh ];
platforms = platforms.linux;