Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-02 12:06:12 +00:00
committed by GitHub
17 changed files with 55 additions and 44 deletions
+2 -2
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 = ''