mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
haskell-liblastfm: update to version 0.0.3.7
This commit is contained in:
parent
a70ea7779e
commit
c4d713deb9
@ -1,11 +1,13 @@
|
||||
{ cabal, aeson, curl, mtl, pureMD5, urlencoded, utf8String, xml }:
|
||||
{ cabal, aeson, attoparsec, curl, mtl, pureMD5, urlencoded
|
||||
, utf8String, xml
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "liblastfm";
|
||||
version = "0.0.3.6";
|
||||
sha256 = "0xmrciv489dvksgpg9g83kna34x1amsx45wvpngcpnx4m44fcp4w";
|
||||
version = "0.0.3.7";
|
||||
sha256 = "004mi6515gd6vhk7fjd63rwwnf3micm3z1kwcn1f73hi70p27ma0";
|
||||
buildDepends = [
|
||||
aeson curl mtl pureMD5 urlencoded utf8String xml
|
||||
aeson attoparsec curl mtl pureMD5 urlencoded utf8String xml
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|curl == .*,|curl,|' -e 's|urlencoded .*,|urlencoded,|' liblastfm.cabal
|
||||
|
Loading…
Reference in New Issue
Block a user