lol

cryfs: 0.11.2 -> 0.11.3

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