Made things build again

This commit is contained in:
iko 2020-11-28 17:46:22 +03:00
parent 3357bbac0c
commit 901dcfe812
2 changed files with 11 additions and 5 deletions

View File

@ -71,7 +71,13 @@ let
sha256 = "080xkljq1iq0i8wagg8kbzbp523p2awa98wpn9i4ph1dq8y8346y";
} { }
);
parameterized = nixpkgs.haskell.lib.dontCheck hsuper.parameterized;
parameterized = nixpkgs.haskell.lib.dontCheck (hsuper.callHackageDirect
{
pkg = "parameterized";
ver = "0.5.0.0";
sha256 = "sha256-FB3E0ChUG1x6uYE8fL7hcncS5Xg0mqNOxc7KlLhEdB0=";
} { }
);
};
in
{

View File

@ -12,15 +12,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
"branch": "release-20.03",
"branch": "release-20.09",
"description": "Nix Packages collection",
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5a9e4f07f714e811bded0a45ed8fe55c5c6048fd",
"sha256": "09s7h5qq866awkxz2l33b7x7lqmsm4xxzaqxlybj5bkdfxws2lb6",
"rev": "7d71d3dc80c3f42600d3ff21ba0029ad0c217067",
"sha256": "1ni0wmzjzl2p7nbh8sknxff9cpga82cvfixqlk3sz3s667x5nbsn",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5a9e4f07f714e811bded0a45ed8fe55c5c6048fd.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/7d71d3dc80c3f42600d3ff21ba0029ad0c217067.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"proto3-suite": {