3
0
Fork 0
forked from mirrors/nixpkgs

haskell-nixos-types: updated to version 1.3

svn path=/nixpkgs/trunk/; revision=32019
This commit is contained in:
Peter Simons 2012-02-03 21:00:27 +00:00
parent 88f110cb75
commit 56230f309e

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "nixos-types";
version = "1.2";
sha256 = "140qk6wqq87qfk471cnhrg135fnqv0vfmfxh8kj14ar2kxvzrr8w";
version = "1.3";
sha256 = "0kdi3q316c9irrzwl1vx764f958i5d61v2vc03356sfyy13d19sk";
buildDepends = [ regexPosix ];
meta = {
homepage = "http://github.com/haskell4nix/nixos-types";