use 0.5 archive of jmtpfs
This commit is contained in:
parent
2efda9dce7
commit
ce5dd5681e
@ -7,11 +7,9 @@ stdenv.mkDerivation rec {
|
|||||||
version = "0.5";
|
version = "0.5";
|
||||||
name = "jmtpfs-${version}";
|
name = "jmtpfs-${version}";
|
||||||
|
|
||||||
rev = "928fb8f2eec34232e3b2cecc121195caa8865e15";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/JasonFerrara/jmtpfs/archive/${rev}.zip";
|
url = "https://github.com/JasonFerrara/jmtpfs/archive/v0.5.zip";
|
||||||
sha256 = "11904f8pkb84gah0h1m7s1hwkp9wa6dzcjj6d8nk4r37lqbillxc";
|
sha256 = "09fw4g350mjz1mnga7ws5nvnsnfzs8s7cscl300mas1m9s6vmhz6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf automake file fuse libmtp pkgconfig unzip ];
|
buildInputs = [ autoconf automake file fuse libmtp pkgconfig unzip ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user