We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1718df2 + e197a62 commit e02fa55Copy full SHA for e02fa55
pkgs/by-name/cr/cryptomator/package.nix
@@ -17,18 +17,18 @@ let
17
in
18
maven.buildMavenPackage rec {
19
pname = "cryptomator";
20
- version = "1.15.2";
+ version = "1.15.3";
21
22
src = fetchFromGitHub {
23
owner = "cryptomator";
24
repo = "cryptomator";
25
tag = version;
26
- hash = "sha256-uhsX4VIA8NNUjxa0dHyB5bhWMxjd2LJfcKJInxROQRY=";
+ hash = "sha256-3HGSeTUzfcXuNFxPuhkQBQ8CTEvgrNjpFtqOuluCeRs=";
27
};
28
29
mvnJdk = jdk;
30
mvnParameters = "-Dmaven.test.skip=true -Plinux";
31
- mvnHash = "sha256-KfQdYsPdmQRQqjx/kpDQR9tYjb54goA31w55x6VX6KM=";
+ mvnHash = "sha256-vC2ULlBm/170ElcQC898N4kmWfuWwb7hFpF1oMIukyQ=";
32
33
preBuild = ''
34
VERSION=${version}
0 commit comments