android-file-transfer: 3.8 -> 3.9 (#62985)
android-file-transfer: 3.8 -> 3.9
This commit is contained in:
commit
3d26aeea17
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "android-file-transfer";
|
pname = "android-file-transfer";
|
||||||
version = "3.8";
|
version = "3.9";
|
||||||
|
|
||||||
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 = "0sym33a0ccdka2cpzv003n2xniid70z0gkjxx93gd2bajkgs9ggc";
|
sha256 = "1pwayyd5xrmngfrmv2vwr8ns2wi199xkxf7dks8fl9zmlpizg3c3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake readline pkgconfig ];
|
nativeBuildInputs = [ cmake readline pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user