about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/go-mtpfs/deps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/filesystems/go-mtpfs/deps.nix')
-rw-r--r--pkgs/tools/filesystems/go-mtpfs/deps.nix14
1 files changed, 12 insertions, 2 deletions
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";
+    };
+  }
 ]