mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
Merge pull request #96567 from kampka/gocryptfs
gocryptfs: 1.7.1 -> 1.8.0
This commit is contained in:
commit
328e886df0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user