From ce5dd5681e7a6069df337aabf5e7e434630574ac Mon Sep 17 00:00:00 2001 From: Corey O'Connor Date: Sun, 11 May 2014 13:06:26 -0700 Subject: [PATCH] use 0.5 archive of jmtpfs --- pkgs/tools/filesystems/jmtpfs/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/filesystems/jmtpfs/default.nix b/pkgs/tools/filesystems/jmtpfs/default.nix index 904ade20048..5ee79397707 100644 --- a/pkgs/tools/filesystems/jmtpfs/default.nix +++ b/pkgs/tools/filesystems/jmtpfs/default.nix @@ -7,11 +7,9 @@ stdenv.mkDerivation rec { version = "0.5"; name = "jmtpfs-${version}"; - rev = "928fb8f2eec34232e3b2cecc121195caa8865e15"; - src = fetchurl { - url = "https://github.com/JasonFerrara/jmtpfs/archive/${rev}.zip"; - sha256 = "11904f8pkb84gah0h1m7s1hwkp9wa6dzcjj6d8nk4r37lqbillxc"; + url = "https://github.com/JasonFerrara/jmtpfs/archive/v0.5.zip"; + sha256 = "09fw4g350mjz1mnga7ws5nvnsnfzs8s7cscl300mas1m9s6vmhz6"; }; buildInputs = [ autoconf automake file fuse libmtp pkgconfig unzip ];