mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #249029 from r-ryantm/auto-update/cryptomator
cryptomator: 1.9.1 -> 1.9.4
This commit is contained in:
commit
75f9a5ec6d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user