Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!
Paste
Pasted as Nix by vldn-dev ( 4 years ago )
{ stdenv, fetchurl, pkgconfig, pidgin, json-glib }:
stdenv.mkDerivation rec {
pname = "purple-gowhatsapp";
version = "gite1bdd1f";
gowappver = "git5e33cb4";
src = fetchurl {
url = "https://buildbot.hehoe.de/${name}/builds/libgowhatsapp_0.2.0~${version}+gowhatsapp~${gowappver}_amd64_ubuntu18.04.so";
sha256 = "690fcddfa4380719d48a9362b68421d38647e0a8d843bf285fe8ff51c2f2556e";
};
Revise this Paste