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

cryptomator: 1.9.1 -> 1.9.4
This commit is contained in:
Pascal Bach 2023-08-14 13:28:53 +02:00 committed by GitHub
commit 75f9a5ec6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@ in
assert stdenv.isLinux; # better than `called with unexpected argument 'enableJavaFX'`
mavenJdk.buildMavenPackage rec {
pname = "cryptomator";
version = "1.9.1";
version = "1.9.4";
src = fetchFromGitHub {
owner = "cryptomator";
repo = "cryptomator";
rev = version;
hash = "sha256-CiM18Rdt7B/TrU7AoNbxouFGC5Gfvm4oLxypYOCAFzA=";
hash = "sha256-63UXn1ejL/wDx6S2lugwwthu+C+vJovPypgM0iak78I=";
};
mvnParameters = "-Dmaven.test.skip=true";