android-file-transfer: 4.4 -> 4.5 (#407241)

This commit is contained in:
Aleksana
2025-05-26 22:34:24 +08:00
committed by GitHub
3 changed files with 9 additions and 14 deletions
@@ -1,26 +1,23 @@
{
lib,
stdenv,
mkDerivation,
fetchFromGitHub,
cmake,
fuse,
fuse3,
readline,
pkg-config,
qtbase,
qttools,
wrapQtAppsHook,
qt6,
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "android-file-transfer";
version = "4.4";
version = "4.5";
src = fetchFromGitHub {
owner = "whoozle";
repo = "android-file-transfer-linux";
rev = "v${version}";
sha256 = "sha256-1euoWM9KMauOkAp7g1FvY4olMiOg+La/Uk1QlQ3mKi8=";
sha256 = "sha256-G+ErwZ/F8Cl8WLSzC+5LrEWWqNZL3xDMBvx/gjkgAXk=";
};
patches = [ ./darwin-dont-vendor-dependencies.patch ];
@@ -29,12 +26,12 @@ mkDerivation rec {
cmake
readline
pkg-config
wrapQtAppsHook
qt6.wrapQtAppsHook
];
buildInputs = [
fuse
qtbase
qttools
fuse3
qt6.qtbase
qt6.qttools
];
postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
-2
View File
@@ -16151,8 +16151,6 @@ with pkgs;
### MISC
android-file-transfer = libsForQt5.callPackage ../tools/filesystems/android-file-transfer { };
antimicrox = libsForQt5.callPackage ../tools/misc/antimicrox { };
autotiling = python3Packages.callPackage ../misc/autotiling { };