Upgrade protolude to 0.3.1

This commit is contained in:
Laurence Isla
2022-06-08 11:41:39 -05:00
committed by GitHub
parent 4ff2469f57
commit f9688c3553
6 changed files with 39 additions and 15 deletions
+9
View File
@@ -32,6 +32,15 @@ let
# To get the sha256:
# nix-prefetch-url --unpack https://github.com/<owner>/<repo>/archive/<commit>.tar.gz
protolude =
prev.callHackageDirect
{
pkg = "protolude";
ver = "0.3.1";
sha256 = "0gf0mn1ycllr69kdq1p07qf7935s10jz0nnhynwqy3d6nmycxr5j";
}
{ };
wai-extra =
prev.callHackageDirect
{