Merge pull request #107950 from xaverdh/aft-4.2
This commit is contained in:
commit
68a8e7bb26
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "android-file-transfer";
|
pname = "android-file-transfer";
|
||||||
version = "4.1";
|
version = "4.2";
|
||||||
|
|
||||||
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 = "0xmnwxr649wdzsa1vf3spl387hxs4pq0rldyrsr9hz43da4v081k";
|
sha256 = "125rq8ji83nw6chfw43i0h9c38hjqh1qjibb0gnf9wrigar9zc8b";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake readline pkgconfig ];
|
nativeBuildInputs = [ cmake readline pkgconfig ];
|
||||||
@ -17,7 +17,7 @@ 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 = "https://whoozle.github.io/android-file-transfer-linux/";
|
homepage = "https://whoozle.github.io/android-file-transfer-linux/";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = [ maintainers.xaverdh ];
|
maintainers = [ maintainers.xaverdh ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user