diff --git a/nix/package-from-source.nix b/nix/package-from-source.nix index 6ffc9746..947c0d31 100644 --- a/nix/package-from-source.nix +++ b/nix/package-from-source.nix @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec { # allowBuiltinFetchGit = true; # }; - cargoHash = "sha256-NMZQ6hhLhRKuTPPErsUMiNfXXmWqySxEdWHBDxS+tj4="; + cargoHash = "sha256-uJTcq16AtW+pae6lRWrSrx3bemVeWp621aWbc9YVbKA="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.CoreServices