Unverified Commit ce579646 authored by BruNeu's avatar BruNeu
Browse files

stalwart-mail: 0.5.3 -> 0.6.0

parent c267e823
Loading
Loading
Loading
Loading
+416 −455

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
}:

let
  version = "0.5.3";
  version = "0.6.0";
in
rustPlatform.buildRustPackage {
  pname = "stalwart-mail";
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage {
    owner = "stalwartlabs";
    repo = "mail-server";
    rev = "v${version}";
    hash = "sha256-Fbw2f/Q5ZLnQi8PuxbdIxDIyDayhAzvzdn3LMexnWgA=";
    hash = "sha256-OHwUWSUW6ovLQTxnuUrolQGhxbhp4YqKSH+ZTpe2WXc=";
    fetchSubmodules = true;
  };