Skip to content

Commit d822da3

Browse files
committed
build: downgrade Rust version used to build binaries
This fixes the problem of VirusTotal reporting the binaries built with `nix build .#deltachat-rpc-server-win64` as malware.
1 parent 9d33148 commit d822da3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

flake.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
description = "Delta Chat core";
33
inputs = {
4-
fenix.url = "github:nix-community/fenix";
4+
fenix.url = "github:nix-community/fenix?rev=85f4139f3c092cf4afd9f9906d7ed218ef262c97";
55
flake-utils.url = "github:numtide/flake-utils";
66
naersk.url = "github:nix-community/naersk";
77
nix-filter.url = "github:numtide/nix-filter";

0 commit comments

Comments
 (0)