Merge pull request #46570 from dywedir/android-file-transfer
android-file-transfer: 3.4 -> 3.5
This commit is contained in:
commit
9a70738f84
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "android-file-transfer-${version}";
|
name = "android-file-transfer-${version}";
|
||||||
version = "3.4";
|
version = "3.5";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "whoozle";
|
owner = "whoozle";
|
||||||
repo = "android-file-transfer-linux";
|
repo = "android-file-transfer-linux";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1xwl0vk57174gdjhgqkzrirwzd2agdm84q30dq9q376ixgxjrifc";
|
sha256 = "036hca41ikgnw4maykjdp53l31rm01mgamy9y56i5qqh84cwmls2";
|
||||||
};
|
};
|
||||||
buildInputs = [ cmake fuse readline pkgconfig qtbase ];
|
buildInputs = [ cmake fuse readline pkgconfig qtbase ];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Reliable MTP client with minimalistic UI";
|
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;
|
license = licenses.lgpl21;
|
||||||
maintainers = [ maintainers.xaverdh ];
|
maintainers = [ maintainers.xaverdh ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user