pidginotr: update from 4.0.0 to 4.0.1

This commit is contained in:
Cillian de Róiste 2014-11-27 22:59:34 +01:00
parent 0fc32b90d8
commit dae0611770

View file

@ -1,10 +1,10 @@
{ stdenv, fetchurl, libotr, pidgin, intltool } :
stdenv.mkDerivation rec {
name = "pidgin-otr-4.0.0";
name = "pidgin-otr-4.0.1";
src = fetchurl {
url = "http://www.cypherpunks.ca/otr/${name}.tar.gz";
sha256 = "14a6vxvlkm8wazng9aj7p82dr12857fx5is1frcyd7my5l4kysym";
sha256 = "02pkkf86fh5jvzsdn9y78impsgzj1n0p81kc2girvk3vq941yy0v";
};
postInstall = "ln -s \$out/lib/pidgin \$out/share/pidgin-otr";