From: self <self@awful.systems>
Date: Mon, 21 Aug 2023 17:26:59 +0000 (-0700)
Subject: update cargoSha256
X-Git-Url: http://these/git/%22https:/nerdica.net/%7B%60%24%7BwebArchiveUrl%7D/save/%24%7BencodeURIComponent%28url%29%7D%60%7D?a=commitdiff_plain;h=e90ad546dc47298cd3839b5ea528c9a4d8c22553;p=lemmy.git

update cargoSha256
---

diff --git a/default.nix b/default.nix
index 62e8a9f1..2cb1b9cf 100644
--- a/default.nix
+++ b/default.nix
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
     ln -sf ${lemmy-translations} crates/utils/translations
   '';
 
-  cargoSha256 = "sha256-2HWz6gYRo4YkXQz4V5COY2vpCu/PD8kKxzDG21YjYbo=";
+  cargoSha256 = "sha256-NPGKXA7S/pk13z9defahDuVAm3u444rLUGa+JhPxkfA=";
 
   buildInputs = [ postgresql ]
     ++ lib.optionals stdenv.isDarwin [ libiconv Security ];