fscrypt-experimental: 0.2.9 -> 0.3.0 (#118243)

This commit is contained in:
Michael Weiss 2021-04-02 11:56:01 +02:00 committed by GitHub
parent 6ddf9649ae
commit 619953ead4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
buildGoModule rec {
pname = "fscrypt";
version = "0.2.9";
version = "0.3.0";
src = fetchFromGitHub {
owner = "google";
repo = "fscrypt";
rev = "v${version}";
sha256 = "020hhdarbn3bwlc2j2g89868v8nfx8562z1a778ihpvvsa4ykr31";
sha256 = "1zdadi9f7wj6kgmmk9zlkpdm1lb3gfiscg9gkqqdql2si7y6g2nq";
};
postPatch = ''