From 8078fb9dfb0a969a86860c7c4756017aea444620 Mon Sep 17 00:00:00 2001 From: Nadir Ishiguro Date: Tue, 27 Feb 2024 17:39:57 +0100 Subject: [PATCH] cryptomator: 1.11.1 -> 1.12.3 Changelogs: - https://github.com/cryptomator/cryptomator/releases/tag/1.12.0 - https://github.com/cryptomator/cryptomator/releases/tag/1.12.1 - https://github.com/cryptomator/cryptomator/releases/tag/1.12.2 - https://github.com/cryptomator/cryptomator/releases/tag/1.12.3 --- pkgs/tools/security/cryptomator/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/cryptomator/default.nix b/pkgs/tools/security/cryptomator/default.nix index bf6f5c3c0587..85ce0c879792 100644 --- a/pkgs/tools/security/cryptomator/default.nix +++ b/pkgs/tools/security/cryptomator/default.nix @@ -14,17 +14,17 @@ in assert stdenv.isLinux; # better than `called with unexpected argument 'enableJavaFX'` mavenJdk.buildMavenPackage rec { pname = "cryptomator"; - version = "1.11.1"; + version = "1.12.3"; src = fetchFromGitHub { owner = "cryptomator"; repo = "cryptomator"; rev = version; - hash = "sha256-Y+oG2NF4Vsklp1W22Xv+XrkY6vwn23FkzAXG/5828Og="; + hash = "sha256-pVQ3xlNgJIDz8dnNoiLJaG6y4kNHNLL7zYq1sl6rleY="; }; mvnParameters = "-Dmaven.test.skip=true -Plinux"; - mvnHash = "sha256-cXmnJHgKW6SGnhHFuFJP/DKNmFacfHbC3nQ2uVdIvUE="; + mvnHash = "sha256-Zx2HhgmebF8UOp+2JKl2+FGA98aPRSUTIduHPTtgAjI="; preBuild = '' VERSION=${version}