Merge pull request #107950 from xaverdh/aft-4.2

authored by

Sandro and committed by
GitHub
68a8e7bb 16e8aa74

+3 -3
+3 -3
pkgs/tools/filesystems/android-file-transfer/default.nix
··· 2 2 3 3 mkDerivation rec { 4 4 pname = "android-file-transfer"; 5 - version = "4.1"; 5 + version = "4.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "whoozle"; 9 9 repo = "android-file-transfer-linux"; 10 10 rev = "v${version}"; 11 - sha256 = "0xmnwxr649wdzsa1vf3spl387hxs4pq0rldyrsr9hz43da4v081k"; 11 + sha256 = "125rq8ji83nw6chfw43i0h9c38hjqh1qjibb0gnf9wrigar9zc8b"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake readline pkgconfig ]; ··· 17 17 meta = with stdenv.lib; { 18 18 description = "Reliable MTP client with minimalistic UI"; 19 19 homepage = "https://whoozle.github.io/android-file-transfer-linux/"; 20 - license = licenses.lgpl21; 20 + license = licenses.lgpl21Plus; 21 21 maintainers = [ maintainers.xaverdh ]; 22 22 platforms = platforms.linux; 23 23 };