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

cryfs: 0.11.3 -> 0.11.4
This commit is contained in:
Nick Cao 2023-07-24 23:03:49 -06:00 committed by GitHub
commit 70eb2b8d15
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.3";
version = "0.11.4";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-7luTCDjrquG8aBZ841VPwV9/ea8faHGLQtmRahqGTss=";
hash = "sha256-OkJhLg+YzS3kDhlpUQe9A+OiVBPG/iKs6OU7aKFJ5wY=";
};
postPatch = ''