mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Update c2hs to 0.20.1
This commit is contained in:
parent
9768adaf1e
commit
01d274e7bd
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "c2hs";
|
||||
version = "0.19.1";
|
||||
sha256 = "18vk4q43bn4n59mcjid382dlm113nwll94hsqhqvk52sp1jkmjn3";
|
||||
version = "0.20.1";
|
||||
sha256 = "1w2w9zxirzjd5lniwqakq59glgsh4mw3565x2l9qrin0bfjxkn3h";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ dlist filepath languageC ];
|
||||
|
|
Loading…
Reference in a new issue