cryptomator: 1.6.13 -> 1.6.14

+3 -3
+3 -3
pkgs/tools/security/cryptomator/default.nix
··· 6 6 7 7 let 8 8 pname = "cryptomator"; 9 - version = "1.6.13"; 9 + version = "1.6.14"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "cryptomator"; 13 13 repo = "cryptomator"; 14 14 rev = version; 15 - sha256 = "sha256-xQxCSWbovdecTFWFDFu2K+lbA6+bSV2l2kk+R/hFcQ0="; 15 + sha256 = "sha256-ArOYL3xj2HiXXu1Bymd5mciMsmikCDvxr5M3LMqZgYA="; 16 16 }; 17 17 18 18 # perform fake build to make a fixed-output derivation out of the files downloaded from maven central (120MB) ··· 37 37 38 38 outputHashAlgo = "sha256"; 39 39 outputHashMode = "recursive"; 40 - outputHash = "sha256-SFiYHUH1Et7/SgciIvLcQGh54Z3fDVp22jSvDavXPjE="; 40 + outputHash = "sha256-svpz1mHCHNQGWc+CBroAPvW4cXQdYuqFkK4JSmf6kXE="; 41 41 42 42 doCheck = false; 43 43 };