diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-22 22:26:54 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-23 10:06:09 +0200 |
commit | 10284fd90a2b8b8f44aa51f9224b9be626f6e5a1 (patch) | |
tree | 971bb1a335b555153de6baa6fbefec199b3d1b36 | |
parent | hosts/server2: Setup sharkey (diff) | |
download | nixos-server-10284fd90a2b8b8f44aa51f9224b9be626f6e5a1.zip |
pkgs/stalwart-mail-free: Update package hash, as it changed
This has to do with the underlying stalwart-mail update.
-rw-r--r-- | pkgs/by-name/st/stalwart-mail-free/package.nix | 4 |
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 = |