Skip to content

Commit

Permalink
Merge pull request #54366 from thefloweringash/gocryptfs-update
Browse files Browse the repository at this point in the history
gocryptfs: 1.5 -> 1.6.1
  • Loading branch information
worldofpeace committed Jan 23, 2019
2 parents e64fa0d + 28b45f6 commit 3bb9b10
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 22 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/gocryptfs/default.nix
Expand Up @@ -2,7 +2,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub, openssl, pandoc, pkgconfig }:

let
version = "v1.5";
version = "v1.6.1";
goFuseVersion = with stdenv.lib; substring 0 7 (head (filter (
d: d.goPackagePath == "github.com/hanwen/go-fuse"
) (import ./deps.nix))).fetch.rev;
Expand All @@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "rfjakob";
repo = "gocryptfs";
rev = version;
sha256 = "0s5smjc7n9088n8a2mv7cy3cx31ci13i1i8fhg1vslc17a15qs2d";
sha256 = "0aqbl25g48b4jp6l09k6kic6w3p0q7d9ip2wvrcvh8lhnrbdkhzd";
};

postPatch = "rm -r tests";
Expand Down
103 changes: 83 additions & 20 deletions pkgs/tools/filesystems/gocryptfs/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bb9b10

Please sign in to comment.