fscrypt: 0.2.4 -> unstable-2019-08-29

Fix build with go 1.12
This commit is contained in:
adisbladis
2019-09-05 22:33:39 +01:00
parent 7814d35bff
commit aeef53e5dd
3 changed files with 72 additions and 6 deletions
+5 -3
View File
@@ -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 ];