Skip to content

Instantly share code, notes, and snippets.

@worldofpeace
Created July 11, 2019 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofpeace/99ef1009a3bb48ef8c185bbfa6f870e0 to your computer and use it in GitHub Desktop.
Save worldofpeace/99ef1009a3bb48ef8c185bbfa6f870e0 to your computer and use it in GitHub Desktop.
diff --git a/pkgs/tools/filesystems/gocryptfs/deps.nix b/pkgs/tools/filesystems/gocryptfs/deps.nix
index cb2ef67c383..28dcf19be4b 100644
--- a/pkgs/tools/filesystems/gocryptfs/deps.nix
+++ b/pkgs/tools/filesystems/gocryptfs/deps.nix
@@ -5,8 +5,8 @@
fetch = {
type = "git";
url = "https://github.com/hanwen/go-fuse";
- rev = "161a164844568ebf4bfaa68c90ba3a9f2914dda4";
- sha256 = "1r0rs76k9zg60i02jlcqxi7m4ivla1xwv3ijwav7pfbyyr1yqhsx";
+ rev = "a533f0a5a633cccc0928c81985b13fa24407a211";
+ sha256 = "0kc2jjjyhnrd934jn7hzfx8kd4z2yq5yblwrxr6xcjjql1vb1n9k";
};
}
{
@@ -14,8 +14,8 @@
fetch = {
type = "git";
url = "https://github.com/jacobsa/crypto";
- rev = "9f44e2d11115452dad8f404f029574422855f46a";
- sha256 = "18c3cx8izxdajq22zdq0n19j9d2l6iickd3mz39j5h96kw7l5qmy";
+ rev = "d95898ceee0769dac9bf74c46f8f68d3d3d79100";
+ sha256 = "0dgcvms7if672f09y0cj49n711i9r0609p5f1s27i53yah4qlm19";
};
}
{
@@ -36,22 +36,13 @@
sha256 = "0c227ly3z8pqaqg22lpd8nzgqrfsbjx5gi9rp9ks1cmd11dv2gl9";
};
}
- {
- goPackagePath = "github.com/sabhiram/go-gitignore";
- fetch = {
- type = "git";
- url = "https://github.com/sabhiram/go-gitignore";
- rev = "d3107576ba9425fc1c85f4b3569c4631b805a02e";
- sha256 = "1rdwyxgcsiwgmlqnc3k6h300mzlvjc3j21np4yh1h476wc8dvl0l";
- };
- }
{
goPackagePath = "golang.org/x/crypto";
fetch = {
type = "git";
url = "https://go.googlesource.com/crypto";
- rev = "a1f597ede03a7bef967a422b5b3a5bd08805a01e";
- sha256 = "0yiczljll72ip2vkxgd6052rhpaba37a68vf6si3v8s8s3g870lc";
+ rev = "8dd112bcdc25174059e45e07517d9fc663123347";
+ sha256 = "0gbcz7gxmgg88s28vb90dsp1vdq0har7zvg2adsqbp8bm05x9q6b";
};
}
{
@@ -68,8 +59,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/sys";
- rev = "61b9204099cb1bebc803c9ffb9b2d3acd9d457d9";
- sha256 = "110carnw1rxk9awbcdbg5is0zl28vynm649y7rza36pg1vlv8rrh";
+ rev = "b6889370fb1098ed892bd3400d189bb6a3355813";
+ sha256 = "01c1ag1qr95iksp38rypfbrlk6sdqjhk7jgj3qf342ndhvqb08sa";
};
}
]
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment