mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
cabal2nix: updated to version 0.11
svn path=/nixpkgs/trunk/; revision=28575
This commit is contained in:
parent
3e10ee5c92
commit
b670bf70a0
@ -2,9 +2,9 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cabal2nix";
|
||||
version = "1.10";
|
||||
sha256 = "1zyglwiv5xb5h21gcb0chcawlncnagivd2rziay4wv30xb06l804";
|
||||
isLibrary = false;
|
||||
version = "1.11";
|
||||
sha256 = "1df6bxgdzd3jfxfs3qg8qw6pmsfbd5l32krx9xdfkiqvfxa6vpy9";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ HTTP mtl regexPosix ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user