android-file-transfer: 4.4 -> 4.5
This commit is contained in:
committed by
Dominik Xaver Hörl
parent
6d0d3850ff
commit
306fdc573b
@@ -4,7 +4,7 @@
|
||||
mkDerivation,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
fuse,
|
||||
fuse3,
|
||||
readline,
|
||||
pkg-config,
|
||||
qtbase,
|
||||
@@ -14,13 +14,13 @@
|
||||
|
||||
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 ];
|
||||
@@ -32,7 +32,7 @@ mkDerivation rec {
|
||||
wrapQtAppsHook
|
||||
];
|
||||
buildInputs = [
|
||||
fuse
|
||||
fuse3
|
||||
qtbase
|
||||
qttools
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user