2
0
Fork 0

Update dhall-genode to use 20.0.0 prelude

This commit is contained in:
Emery Hemingway 2020-12-19 17:16:13 +01:00
parent 0ec8bd87eb
commit 76ebec9f37
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ dhallPackages.buildDhallDirectoryPackage {
name = "dhall-genode";
src = fetchgit {
url = "https://git.sr.ht/~ehmry/dhall-genode";
rev = "3a0472880282b0336ec13765f5a351498623f919";
sha256 = "0s57nfvr5azmy6bw1fihj9x6nqdv00ja0nnb5bv411ic329lq2fp";
rev = "eb3eba6e4719f0e4589e92a490a4a1c45511d58d";
sha256 = "0xh4bndx5fncdkc8jbm64c7hqsyhglw5xjkgff0wfvycw9ldyg7x";
};
dependencies = [ dhallPackages.Prelude ];
}