3
0
Fork 0
forked from mirrors/nixpkgs

go-mtpfs: 20150917 -> 2018-02-09

This commit is contained in:
Orivej Desh 2019-01-09 18:42:33 +00:00
parent 20f9b5d10a
commit 654f3c467c
2 changed files with 15 additions and 5 deletions

View file

@ -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;

View file

@ -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";
};
}
]