From 7e4d8632529ff02cc759c12b83fb87da823acf47 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 26 Nov 2012 17:36:35 +0100 Subject: [PATCH] haskell-liblastfm: update to version 0.0.3.8 --- pkgs/development/libraries/haskell/liblastfm/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/haskell/liblastfm/default.nix b/pkgs/development/libraries/haskell/liblastfm/default.nix index c9b1d9e9a6d..ac38a6de716 100644 --- a/pkgs/development/libraries/haskell/liblastfm/default.nix +++ b/pkgs/development/libraries/haskell/liblastfm/default.nix @@ -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;