mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-fb: update to version 1.0.2
This commit is contained in:
parent
da780a691e
commit
5013bdace3
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "fb";
|
||||
version = "1.0.1";
|
||||
sha256 = "0xhwv8fmhb1an15fnfjxzq0ijnhxxmfjwzd99dq1lsm0f7gd4hfi";
|
||||
version = "1.0.2";
|
||||
sha256 = "1xgldk690dpbmhzmjlngpbalmbs0xrc7265zc7frphpsbbw3cnqc";
|
||||
buildDepends = [
|
||||
aeson attoparsec base16Bytestring base64Bytestring cereal conduit
|
||||
conduitExtra cryptoApi cryptohash cryptohashCryptoapi dataDefault
|
||||
|
@ -23,7 +23,7 @@ cabal.mkDerivation (self: {
|
|||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/meteficha/fb";
|
||||
homepage = "https://github.com/prowdsponsor/fb";
|
||||
description = "Bindings to Facebook's API";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue