purple-facebook: 0.9.0 -> 0.9.3

This commit is contained in:
Tomasz Jan Góralczyk 2017-04-08 07:56:28 +01:00
parent 6c59393888
commit 90b2290ca3
No known key found for this signature in database
GPG Key ID: D333DC97ABD31C14
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@ let
};
in stdenv.mkDerivation rec {
name = "purple-facebook-0.9.0";
name = "purple-facebook-0.9.3";
src = fetchFromGitHub {
owner = "dequis";
repo = "purple-facebook";
rev = "v0.9.0-c9b74a765767";
sha256 = "1f7jhmaj15p3c9s4xmfygrpav9c8wq0vilbi5cj4jysb7xgndlqv";
rev = "v0.9.3-c9b74a765767";
sha256 = "10ncvg0arcxnd3cpb0nxry1plbws0mw9vhzjrhb40sv2i563dywb";
};
postPatch = ''