Skip to content

Commit

Permalink
libdeltachat: 1.54.0 -> 1.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored and ehmry committed May 11, 2021
1 parent 010661d commit 35d969a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/libdeltachat/default.nix
Expand Up @@ -11,19 +11,19 @@

stdenv.mkDerivation rec {
pname = "libdeltachat";
version = "1.54.0";
version = "1.55.0";

src = fetchFromGitHub {
owner = "deltachat";
repo = "deltachat-core-rust";
rev = version;
sha256 = "02hvsfv1yar8bdpkfrfiiicq9qqnfhp46v6qqph9ar6khz3f1kim";
sha256 = "sha256-D30usAVpyiqXQMrTvmdaGFig7jhyb3rMTBQL/E2UL50=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
sha256 = "1p5yrhczp9nfijbvkmkmx1rabk5k3c1ni4k1vc0mw4jgl26lslcm";
sha256 = "1hf7lrqbv0ba9c0kmnjn5x1fispyyjip1gmllq77z6nsjpn0f9w8";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 35d969a

Please sign in to comment.