lol

cryfs: 0.11.2 -> 0.11.3

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