gocryptfs: 1.7.1 -> 1.8.0

This commit is contained in:
Christian Kampka 2020-08-28 23:10:49 +02:00
parent ce8207fc15
commit 40dc0c0861
No known key found for this signature in database
GPG Key ID: B88E140DB4FE1AA5

View File

@ -8,7 +8,7 @@ let
in
buildGoPackage rec {
pname = "gocryptfs";
version = "1.7.1";
version = "1.8.0";
goPackagePath = "github.com/rfjakob/gocryptfs";
@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "rfjakob";
repo = pname;
rev = "v${version}";
sha256 = "1zhzhvjhvi6xzib985bsnj9yzp4zsnm91m1679nbab6vm3kanq06";
sha256 = "1acalwrr5xqhpqca3gypj0s68w6vpckxmg5z5gfgh8wx6nqx4aw9";
};
postPatch = "rm -r tests";