Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gocryptfs: 1.7 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-dyfis-net committed Nov 1, 2019
1 parent 7876339 commit 8f28534
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 26 deletions.
8 changes: 2 additions & 6 deletions pkgs/tools/filesystems/gocryptfs/default.nix
Expand Up @@ -8,7 +8,7 @@ let
in
buildGoPackage rec {
pname = "gocryptfs";
version = "1.7"; # TODO: Drop `patches` with next release. Remove `fix-unix2syscall_darwin.go-build-failure.patch`.
version = "1.7.1";

goPackagePath = "github.com/rfjakob/gocryptfs";

Expand All @@ -19,13 +19,9 @@ buildGoPackage rec {
owner = "rfjakob";
repo = pname;
rev = "v${version}";
sha256 = "1sr3i73haw07faqpw785cdda2kna8q3a0zhwab1p3i935rvp4qaa";
sha256 = "1zhzhvjhvi6xzib985bsnj9yzp4zsnm91m1679nbab6vm3kanq06";
};

# Fixes build on darwin
# Source: https://github.com/rfjakob/gocryptfs/commit/b1468a732fa26550f2a6f8a21cc7bd47b65a8c96
patches = [ ./fix-unix2syscall_darwin.go-build-failure.patch ];

postPatch = "rm -r tests";

buildFlagsArray = ''
Expand Down
21 changes: 15 additions & 6 deletions pkgs/tools/filesystems/gocryptfs/deps.nix

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

This file was deleted.

0 comments on commit 8f28534

Please sign in to comment.