haskell-liblastfm: update to version 0.0.3.8
This commit is contained in:
parent
89eb9435ae
commit
7e4d863252
@ -4,14 +4,11 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "liblastfm";
|
||||
version = "0.0.3.7";
|
||||
sha256 = "004mi6515gd6vhk7fjd63rwwnf3micm3z1kwcn1f73hi70p27ma0";
|
||||
version = "0.0.3.8";
|
||||
sha256 = "0icx86x3w85z0pqdxcch583j6jk5id5aw9gf24266mgfg5k6iwdy";
|
||||
buildDepends = [
|
||||
aeson attoparsec curl mtl pureMD5 urlencoded utf8String xml
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|curl == .*,|curl,|' -e 's|urlencoded .*,|urlencoded,|' liblastfm.cabal
|
||||
'';
|
||||
meta = {
|
||||
description = "Wrapper to Lastfm API";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user