haskell-nixos-types: updated to version 1.3
svn path=/nixpkgs/trunk/; revision=32019
This commit is contained in:
parent
88f110cb75
commit
56230f309e
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "nixos-types";
|
pname = "nixos-types";
|
||||||
version = "1.2";
|
version = "1.3";
|
||||||
sha256 = "140qk6wqq87qfk471cnhrg135fnqv0vfmfxh8kj14ar2kxvzrr8w";
|
sha256 = "0kdi3q316c9irrzwl1vx764f958i5d61v2vc03356sfyy13d19sk";
|
||||||
buildDepends = [ regexPosix ];
|
buildDepends = [ regexPosix ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/haskell4nix/nixos-types";
|
homepage = "http://github.com/haskell4nix/nixos-types";
|
||||||
|
|
Loading…
Reference in New Issue