summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/go-mtpfs
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2019-01-09 18:42:33 +0000
committerOrivej Desh <orivej@gmx.fr>2019-01-09 18:46:41 +0000
commit654f3c467cbb9caf09432ae4ef590ea0783e764c (patch)
tree89502f51041b82983499102cf3ab37a3b63510a6 /pkgs/tools/filesystems/go-mtpfs
parent20f9b5d10a07404a518abc331cd0bcc981944e6a (diff)
go-mtpfs: 20150917 -> 2018-02-09
Diffstat (limited to 'pkgs/tools/filesystems/go-mtpfs')
-rw-r--r--pkgs/tools/filesystems/go-mtpfs/default.nix6
-rw-r--r--pkgs/tools/filesystems/go-mtpfs/deps.nix14
2 files changed, 15 insertions, 5 deletions
diff --git a/pkgs/tools/filesystems/go-mtpfs/default.nix b/pkgs/tools/filesystems/go-mtpfs/default.nix
index 0438b9c38e4b..c1d41ff1622c 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;
diff --git a/pkgs/tools/filesystems/go-mtpfs/deps.nix b/pkgs/tools/filesystems/go-mtpfs/deps.nix
index 4bba3f237392..f558a53f7d2d 100644
--- a/pkgs/tools/filesystems/go-mtpfs/deps.nix
+++ b/pkgs/tools/filesystems/go-mtpfs/deps.nix
@@ -1,11 +1,12 @@
+# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
[
{
goPackagePath = "github.com/hanwen/go-fuse";
fetch = {
type = "git";
url = "https://github.com/hanwen/go-fuse";
- rev = "bd746dd8bcc8c059a9d953a786a6156eb83f398e";
- sha256 = "1dvvclp418j3d02v9717sfqhl6fw6yyddr9r3j8gsiv8nb62ib56";
+ rev = "d1c826d19ad0c8d0c7e5b4eb34ee0f2ae09f6cef";
+ sha256 = "0hn2iqsb6rip2b05fvcngyh0sazln2h3fx18khq4fv41n1iy11dc";
};
}
{
@@ -17,4 +18,13 @@
sha256 = "01k0c2g395j65vm1w37mmrfkg6nm900khjrrizzpmx8f8yf20dky";
};
}
+ {
+ goPackagePath = "golang.org/x/sys";
+ fetch = {
+ type = "git";
+ url = "https://go.googlesource.com/sys";
+ rev = "48ac38b7c8cbedd50b1613c0fccacfc7d88dfcdf";
+ sha256 = "037vs8sdvq310j3b6z9k62zlby1mzmsr9ha01rcy98dv5v8bkhin";
+ };
+ }
]