fscrypt: 0.2.4 -> unstable-2019-08-29
Fix build with go 1.12
This commit is contained in:
@@ -4,15 +4,17 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "fscrypt";
|
||||
version = "0.2.4";
|
||||
version = "unstable-2019-08-29";
|
||||
|
||||
goPackagePath = "github.com/google/fscrypt";
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "fscrypt";
|
||||
rev = "v${version}";
|
||||
sha256 = "10gbyqzgi30as1crvqbb4rc5p8zzbzk1q5j080h1gnz56qzwivr8";
|
||||
rev = "8a3acda2011e9a080ee792c1e11646e6118a4930";
|
||||
sha256 = "17h6r5lqiz0cw9vsixv48a1p78nd7bs1kncg6p4lfagl7kr5hpls";
|
||||
};
|
||||
|
||||
buildInputs = [ pam ];
|
||||
|
||||
Reference in New Issue
Block a user