summary refs log tree commit diff
path: root/pkgs/tools/filesystems/go-mtpfs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/filesystems/go-mtpfs/default.nix')
-rw-r--r--pkgs/tools/filesystems/go-mtpfs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/go-mtpfs/default.nix b/pkgs/tools/filesystems/go-mtpfs/default.nix
index 0438b9c38e4..c1d41ff1622 100644
--- a/pkgs/tools/filesystems/go-mtpfs/default.nix
+++ b/pkgs/tools/filesystems/go-mtpfs/default.nix
@@ -2,8 +2,8 @@
 
 buildGoPackage rec {
   name = "go-mtpfs-${version}";
-  version = "20150917-${stdenv.lib.strings.substring 0 7 rev}";
-  rev = "bc7c0f716e3b4ed5610069a55fc00828ebba890b";
+  version = "2018-02-09";
+  rev = "d6f8f3c05ce0ed31435057ec342268a0735863bb";
 
   goPackagePath = "github.com/hanwen/go-mtpfs";
 
@@ -13,7 +13,7 @@ buildGoPackage rec {
   src = fetchgit {
     inherit rev;
     url = "https://github.com/hanwen/go-mtpfs";
-    sha256 = "1jcqp9n8fd9psfsnhfj6w97yp0zmyxplsig8pyp2gqzh4lnb5fqm";
+    sha256 = "0a0d5dy92nzp1czh87hx3xfdcpa4jh14j0b64c025ha62s9a4gxk";
   };
 
   goDeps = ./deps.nix;