android-file-transfer: 3.4 -> 3.5

This commit is contained in:
Vladyslav Mykhailichenko 2018-09-12 14:47:45 +03:00
parent 515a7aa452
commit 1f2babe59f

View file

@ -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;