]> Untitled Git - lemmy.git/commitdiff
update cargoSha256
authorself <self@awful.systems>
Mon, 21 Aug 2023 17:26:59 +0000 (10:26 -0700)
committerself <self@awful.systems>
Mon, 21 Aug 2023 17:26:59 +0000 (10:26 -0700)
default.nix

index 62e8a9f1f3a5be48794453b94470c89606280385..2cb1b9cf17c49893ad3d9d1040dacca2b9940ac7 100644 (file)
@@ -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 ];