cryfs: 0.11.2 -> 0.11.3

This commit is contained in:
R. Ryantm 2022-10-13 07:14:25 +00:00
parent 732ec9dcc0
commit 70d9329db4

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 = ''