Merge pull request #195773 from r-ryantm/auto-update/cryfs

cryfs: 0.11.2 -> 0.11.3
This commit is contained in:
Mario Rodas 2022-10-15 05:42:32 -05:00 committed by GitHub
commit 26b7e6ab6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cryfs";
version = "0.11.2";
version = "0.11.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-NV2xCC8TaJaWDZSghO8EFuygL8hJLOdx67BWaJ2NKRw=";
hash = "sha256-7luTCDjrquG8aBZ841VPwV9/ea8faHGLQtmRahqGTss=";
};
postPatch = ''