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

cryfs: 0.11.3 -> 0.11.4

authored by Nick Cao and committed by GitHub 70eb2b8d 4aeb502e

+2 -2
+2 -2
pkgs/tools/filesystems/cryfs/default.nix
··· 8 9 stdenv.mkDerivation rec { 10 pname = "cryfs"; 11 - version = "0.11.3"; 12 13 src = fetchFromGitHub { 14 owner = pname; 15 repo = pname; 16 rev = version; 17 - hash = "sha256-7luTCDjrquG8aBZ841VPwV9/ea8faHGLQtmRahqGTss="; 18 }; 19 20 postPatch = ''
··· 8 9 stdenv.mkDerivation rec { 10 pname = "cryfs"; 11 + version = "0.11.4"; 12 13 src = fetchFromGitHub { 14 owner = pname; 15 repo = pname; 16 rev = version; 17 + hash = "sha256-OkJhLg+YzS3kDhlpUQe9A+OiVBPG/iKs6OU7aKFJ5wY="; 18 }; 19 20 postPatch = ''