about summary refs log tree commit diff
path: root/pkgs/tools/security/cryptomator/default.nix
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2022-05-03 23:26:38 +0200
committerPascal Bach <pascal.bach@nextrem.ch>2022-05-03 23:26:38 +0200
commit561d29b64d8b61d4368277c93aced88504f70773 (patch)
treec367bc2af4d9dc8630f16d682d42975f1a0ab3f6 /pkgs/tools/security/cryptomator/default.nix
parent01143883ff54230e4b450eb9378e2273999ae155 (diff)
cryptomator: 1.6.8 -> 1.6.10
Hotfix for a truncation issue with fuse.
Diffstat (limited to 'pkgs/tools/security/cryptomator/default.nix')
-rw-r--r--pkgs/tools/security/cryptomator/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/cryptomator/default.nix b/pkgs/tools/security/cryptomator/default.nix
index 57e420f866995..76b5f5216636c 100644
--- a/pkgs/tools/security/cryptomator/default.nix
+++ b/pkgs/tools/security/cryptomator/default.nix
@@ -6,13 +6,13 @@
 
 let
   pname = "cryptomator";
-  version = "1.6.8";
+  version = "1.6.10";
 
   src = fetchFromGitHub {
     owner = "cryptomator";
     repo = "cryptomator";
     rev = version;
-    sha256 = "sha256-2bvIjfutxfTPBtYiSXpgdEh63Eg74uqSf8CDo/Oma0U=";
+    sha256 = "sha256-klNkMCgXC0gGqNV7S5EObHYCcgN4SayeNHXF9bq+20s=";
   };
 
   # perform fake build to make a fixed-output derivation out of the files downloaded from maven central (120MB)
@@ -37,7 +37,7 @@ let
 
     outputHashAlgo = "sha256";
     outputHashMode = "recursive";
-    outputHash = "sha256-quYUJX/JErtWuUQBYXXee/uZGkO0UBr4qxcGticxGUc=";
+    outputHash = "sha256-biQBP0rV94+Hoqte36Xmzm1XWtWC+1ne5lgpUj0GPak=";
 
     doCheck = false;
   };