Upgrade protolude to 0.3.1 (#2306)

This commit is contained in:
Laurence Isla
2022-06-08 16:15:56 -05:00
committed by GitHub
parent 120ed06134
commit 39e3246623
7 changed files with 40 additions and 16 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
{