about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--pkgs/by-name/st/stalwart-mail-free/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/st/stalwart-mail-free/package.nix b/pkgs/by-name/st/stalwart-mail-free/package.nix
index bb2c1db..19405c7 100644
--- a/pkgs/by-name/st/stalwart-mail-free/package.nix
+++ b/pkgs/by-name/st/stalwart-mail-free/package.nix
@@ -24,7 +24,7 @@ in
               } "stalwart-mail passthru";
 
               useFetchCargoVendor = true;
-              cargoHash = "sha256-Qg01QXP/ImRCUw3aXcZbnM1hysHUwozCdQ7LecjUa0o=";
+              cargoHash = "sha256-FCRsmH9ZGYaf9ss3ECjZQkknIxAaDj9cedW32dWmBGY=";
 
               # The tests should check if this works.
               # And this shaves of around 50% of the build time.
@@ -40,7 +40,7 @@ in
                 (prev.postUnpack or "")
                 + ''
                   cp --recursive "${mail-send}" ./source/crates/mail-send
-                  chmod -R +w "./source/crates/mail-send"
+                  chmod --recursive +w "./source/crates/mail-send"
                 '';
 
               cargoPatches =