mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
haskell-Hipmunk: update to version 5.2.0.11
This commit is contained in:
parent
bc4c9312a5
commit
8807aab195
@ -2,12 +2,9 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Hipmunk";
|
||||
version = "5.2.0.10";
|
||||
sha256 = "0kq6dlx1g7dra7nsfmrc13yvnl7wh00fadmgln9v2vyf0ww82x95";
|
||||
version = "5.2.0.11";
|
||||
sha256 = "0pcbwlq0njgj6dzh8h94gml63wv52f6l9hdas378lm7v8gbizxl7";
|
||||
buildDepends = [ StateVar transformers ];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|containers.*,|containers,|' Hipmunk.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://patch-tag.com/r/felipe/hipmunk/home";
|
||||
description = "A Haskell binding for Chipmunk";
|
||||
|
Loading…
Reference in New Issue
Block a user