Skip to content

Commit

Permalink
fscrypt: 0.2.1 -> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Oct 4, 2017
1 parent 18d2119 commit c42b878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/fscrypt/default.nix
Expand Up @@ -4,15 +4,15 @@

buildGoPackage rec {
name = "fscrypt-${version}";
version = "0.2.1";
version = "0.2.2";

goPackagePath = "github.com/google/fscrypt";

src = fetchFromGitHub {
owner = "google";
repo = "fscrypt";
rev = version;
sha256 = "0ais6l0dxinnspi6cjnzyk55cdkfsz2bzbaybg6cb4q8a5kzaccq";
sha256 = "0a85vj1zsybhzvvgdvlw6ywh2a6inmrmc95pfa1js4vkx0ixf1kh";
};

buildInputs = [ libargon2 pam ];
Expand Down

0 comments on commit c42b878

Please sign in to comment.