Unverified Commit 8252184b authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #289367 from BruNeu/master

stalwart-mail: 0.5.3 -> 0.6.0
parents d5d6788e ce579646
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;
  };