haskell-cabal2nix: updated to version 1.16
svn path=/nixpkgs/trunk/; revision=29324
This commit is contained in:
parent
c0204a42b9
commit
051b50143a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cabal2nix";
|
||||
version = "1.15";
|
||||
sha256 = "0v2xnr8fp0bpv4cmd4q01p293zz4zg9kvhd4sr9ar3amj9vjhsk7";
|
||||
version = "1.16";
|
||||
sha256 = "02gffdc6q7xfaglx4rf0vc7784zmdnfklh88si83qcrz15wzgp2k";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ hackageDb HTTP mtl nixosTypes regexPosix ];
|
||||
|
|
Loading…
Reference in a new issue