forked from mirrors/nixpkgs
go-mtpfs: 20150917 -> 2018-02-09
This commit is contained in:
parent
20f9b5d10a
commit
654f3c467c
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "go-mtpfs-${version}";
|
name = "go-mtpfs-${version}";
|
||||||
version = "20150917-${stdenv.lib.strings.substring 0 7 rev}";
|
version = "2018-02-09";
|
||||||
rev = "bc7c0f716e3b4ed5610069a55fc00828ebba890b";
|
rev = "d6f8f3c05ce0ed31435057ec342268a0735863bb";
|
||||||
|
|
||||||
goPackagePath = "github.com/hanwen/go-mtpfs";
|
goPackagePath = "github.com/hanwen/go-mtpfs";
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ buildGoPackage rec {
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
url = "https://github.com/hanwen/go-mtpfs";
|
url = "https://github.com/hanwen/go-mtpfs";
|
||||||
sha256 = "1jcqp9n8fd9psfsnhfj6w97yp0zmyxplsig8pyp2gqzh4lnb5fqm";
|
sha256 = "0a0d5dy92nzp1czh87hx3xfdcpa4jh14j0b64c025ha62s9a4gxk";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
14
pkgs/tools/filesystems/go-mtpfs/deps.nix
generated
14
pkgs/tools/filesystems/go-mtpfs/deps.nix
generated
|
@ -1,11 +1,12 @@
|
||||||
|
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
goPackagePath = "github.com/hanwen/go-fuse";
|
goPackagePath = "github.com/hanwen/go-fuse";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/hanwen/go-fuse";
|
url = "https://github.com/hanwen/go-fuse";
|
||||||
rev = "bd746dd8bcc8c059a9d953a786a6156eb83f398e";
|
rev = "d1c826d19ad0c8d0c7e5b4eb34ee0f2ae09f6cef";
|
||||||
sha256 = "1dvvclp418j3d02v9717sfqhl6fw6yyddr9r3j8gsiv8nb62ib56";
|
sha256 = "0hn2iqsb6rip2b05fvcngyh0sazln2h3fx18khq4fv41n1iy11dc";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -17,4 +18,13 @@
|
||||||
sha256 = "01k0c2g395j65vm1w37mmrfkg6nm900khjrrizzpmx8f8yf20dky";
|
sha256 = "01k0c2g395j65vm1w37mmrfkg6nm900khjrrizzpmx8f8yf20dky";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
goPackagePath = "golang.org/x/sys";
|
||||||
|
fetch = {
|
||||||
|
type = "git";
|
||||||
|
url = "https://go.googlesource.com/sys";
|
||||||
|
rev = "48ac38b7c8cbedd50b1613c0fccacfc7d88dfcdf";
|
||||||
|
sha256 = "037vs8sdvq310j3b6z9k62zlby1mzmsr9ha01rcy98dv5v8bkhin";
|
||||||
|
};
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue