Skip to content

Commit b4ddbc6

Browse files
authored
stalwart-mail: 0.11.7 -> 0.11.8 (#404237)
2 parents 61f9686 + ab3ba6b commit b4ddbc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/st/stalwart-mail/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020

2121
rustPlatform.buildRustPackage rec {
2222
pname = "stalwart-mail";
23-
version = "0.11.7";
23+
version = "0.11.8";
2424

2525
src = fetchFromGitHub {
2626
owner = "stalwartlabs";
2727
repo = "mail-server";
2828
tag = "v${version}";
29-
hash = "sha256-pBCj/im5UB7A92LBuLeB6EAHTJEuN62BG5Nkj8qsNNA=";
29+
hash = "sha256-VqGosbSQxNeOS+kGtvXAmz6vyz5mJlXvKZM57B1Xue4=";
3030
};
3131

3232
useFetchCargoVendor = true;
33-
cargoHash = "sha256-B+xsTVsh9QBAybKiJq0Sb7rveOsH05vuCmNQ5t/UZnk=";
33+
cargoHash = "sha256-iheURWxO0cOvO+FV01l2Vmo0B+S2mXzue6mx3gapftQ=";
3434

3535
nativeBuildInputs = [
3636
pkg-config

0 commit comments

Comments
 (0)