libotr: 4.0.0 -> 4.1.0

This commit is contained in:
William A. Kennington III 2014-11-02 17:21:48 -08:00
parent 674a588b0a
commit 4501ef66b1
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libgcrypt, autoreconfHook }:
stdenv.mkDerivation rec {
name = "libotr-4.0.0";
name = "libotr-4.1.0";
src = fetchurl {
url = "https://otr.cypherpunks.ca/${name}.tar.gz";
sha256 = "1d4k0b7v4d3scwm858cmqr9c6xgd6ppla1vk4x2yg64q82a1k49z";
sha256 = "0c6rkh58s6wqzcrpccwdik5qs91qj6dgd60a340d72gc80cqknsg";
};
buildInputs = [ autoreconfHook ];