lol

Merge pull request #299505 from r-ryantm/auto-update/cryptomator

cryptomator: 1.12.3 -> 1.12.4

authored by

Pascal Bach and committed by
GitHub
ab6071eb 074042d0

+2 -2
+2 -2
pkgs/tools/security/cryptomator/default.nix
··· 14 14 assert stdenv.isLinux; # better than `called with unexpected argument 'enableJavaFX'` 15 15 mavenJdk.buildMavenPackage rec { 16 16 pname = "cryptomator"; 17 - version = "1.12.3"; 17 + version = "1.12.4"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "cryptomator"; 21 21 repo = "cryptomator"; 22 22 rev = version; 23 - hash = "sha256-pVQ3xlNgJIDz8dnNoiLJaG6y4kNHNLL7zYq1sl6rleY="; 23 + hash = "sha256-i5TrWXOkRR+1iqSzMTJEe5xMJ3iM5kdI3fXb/Z5/Gb0="; 24 24 }; 25 25 26 26 mvnParameters = "-Dmaven.test.skip=true -Plinux";