libotr: 4.0.0 -> 4.1.0
This commit is contained in:
parent
674a588b0a
commit
4501ef66b1
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue