fscrypt-experimental: 0.2.7 -> 0.2.8

This commit is contained in:
Michael Weiss 2020-05-20 18:08:04 +02:00
parent ba0a9d4321
commit 0a5a900ff1
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -4,13 +4,13 @@
buildGoModule rec {
pname = "fscrypt";
version = "0.2.7";
version = "0.2.8";
src = fetchFromGitHub {
owner = "google";
repo = "fscrypt";
rev = "v${version}";
sha256 = "0h1ssw9x37hvks8rcnsjq4nsl6djmhx53iiwrw8fw4lf3nlmdzpx";
sha256 = "0433f9kx43842ic8dydxhz8plyyrrxvqqwg7kd5ghn599ix28avy";
};
postPatch = ''
@ -50,4 +50,4 @@ buildGoModule rec {
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
};
}
}