about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-27 13:43:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-27 13:43:43 +0000
commit4bff7e0fca9d2f7967d6ac84b42e802c36d5edda (patch)
treec2acbd8d937be5a645a5e9cd03ce8ce5d7e9780e /pkgs/tools/security
parent2944f24f1297a372c19fc815a4ba98ce48ef1340 (diff)
downloadnixlib-4bff7e0fca9d2f7967d6ac84b42e802c36d5edda.tar
nixlib-4bff7e0fca9d2f7967d6ac84b42e802c36d5edda.tar.gz
nixlib-4bff7e0fca9d2f7967d6ac84b42e802c36d5edda.tar.bz2
nixlib-4bff7e0fca9d2f7967d6ac84b42e802c36d5edda.tar.lz
nixlib-4bff7e0fca9d2f7967d6ac84b42e802c36d5edda.tar.xz
nixlib-4bff7e0fca9d2f7967d6ac84b42e802c36d5edda.tar.zst
nixlib-4bff7e0fca9d2f7967d6ac84b42e802c36d5edda.zip
cryptomator: 1.12.3 -> 1.12.4
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/cryptomator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/cryptomator/default.nix b/pkgs/tools/security/cryptomator/default.nix
index 39654ae0ceaf..2766a4e88ac2 100644
--- a/pkgs/tools/security/cryptomator/default.nix
+++ b/pkgs/tools/security/cryptomator/default.nix
@@ -14,13 +14,13 @@ in
 assert stdenv.isLinux; # better than `called with unexpected argument 'enableJavaFX'`
 mavenJdk.buildMavenPackage rec {
   pname = "cryptomator";
-  version = "1.12.3";
+  version = "1.12.4";
 
   src = fetchFromGitHub {
     owner = "cryptomator";
     repo = "cryptomator";
     rev = version;
-    hash = "sha256-pVQ3xlNgJIDz8dnNoiLJaG6y4kNHNLL7zYq1sl6rleY=";
+    hash = "sha256-i5TrWXOkRR+1iqSzMTJEe5xMJ3iM5kdI3fXb/Z5/Gb0=";
   };
 
   mvnParameters = "-Dmaven.test.skip=true -Plinux";