deltachat-desktop: fix build of libdeltachat

This commit is contained in:
Robert Schütz 2023-04-24 21:50:45 -07:00 committed by Robert Schütz
parent 8b6e021024
commit 0cc1844bb4

View file

@ -25,7 +25,7 @@ let
src = fetchFromGitHub {
owner = "deltachat";
repo = "deltachat-core-rust";
rev = version;
rev = "v${version}";
hash = "sha256-bvXZtgFZx94Sw9Tst620HAhi9kmG8PjtWnghdw2ZF84=";
};
cargoDeps = rustPlatform.importCargoLock {