python-packages/nbxmpp: Fix wrong sha256.

Using the sha256 from v0.4 obviously won't work very well for v0.5.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-07-22 19:35:42 +02:00
parent 4fc46efac2
commit 0da8390338
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -4612,7 +4612,7 @@ rec {
src = fetchurl {
name = "${name}.tar.gz";
url = "https://python-nbxmpp.gajim.org/downloads/5";
sha256 = "073qhz6vgsym4rkgwj801girl8xqhlbr37xn5lg0za9c61vmwayh";
sha256 = "0y270c9v4i9n58p4ghlm18h50qcfichmfkgcpqd3bypx4fkmdx90";
};
meta = {