Unverified Commit ea073c79 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cryptomator: 1.16.0 -> 1.16.1 (#404712)

parents 81d65ca4 4b9fb452
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@ let
in
maven.buildMavenPackage rec {
  pname = "cryptomator";
  version = "1.16.0";
  version = "1.16.1";

  src = fetchFromGitHub {
    owner = "cryptomator";
    repo = "cryptomator";
    tag = version;
    hash = "sha256-v4UCNUbnCCccwmRMtHbN8BEHlzLcAcJ9HIU5Ak94FS8=";
    hash = "sha256-gATygecFVUOvJXtq/0R7nqLCvR2UErFlQ0oeFwBoNGM=";
  };

  mvnJdk = jdk;