Skip to content

Commit e02fa55

Browse files
cryptomator: 1.15.2 -> 1.15.3 (NixOS#399207)
Co-authored-by: gepbird <[email protected]>
2 parents 1718df2 + e197a62 commit e02fa55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cr/cryptomator/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ let
1717
in
1818
maven.buildMavenPackage rec {
1919
pname = "cryptomator";
20-
version = "1.15.2";
20+
version = "1.15.3";
2121

2222
src = fetchFromGitHub {
2323
owner = "cryptomator";
2424
repo = "cryptomator";
2525
tag = version;
26-
hash = "sha256-uhsX4VIA8NNUjxa0dHyB5bhWMxjd2LJfcKJInxROQRY=";
26+
hash = "sha256-3HGSeTUzfcXuNFxPuhkQBQ8CTEvgrNjpFtqOuluCeRs=";
2727
};
2828

2929
mvnJdk = jdk;
3030
mvnParameters = "-Dmaven.test.skip=true -Plinux";
31-
mvnHash = "sha256-KfQdYsPdmQRQqjx/kpDQR9tYjb54goA31w55x6VX6KM=";
31+
mvnHash = "sha256-vC2ULlBm/170ElcQC898N4kmWfuWwb7hFpF1oMIukyQ=";
3232

3333
preBuild = ''
3434
VERSION=${version}

0 commit comments

Comments
 (0)