about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-06-19T12·46+0200
committerProfpatsch <mail@profpatsch.de>2022-06-19T13·29+0000
commit2cf67e113e94435c0169141d0d7f5cf6b63f6655 (patch)
tree8fbf7ecb234d93f3b455f346f857a8674803edf4
parent786e515cb8e33c57e478b33db97ae5e83964892f (diff)
chore(third_party/overlays/dhall): bump dhall to bugfix PR r/4246
Change-Id: I5f745d3c968bf23275320834f614892a80de426c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5886
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
-rw-r--r--third_party/overlays/dhall/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/third_party/overlays/dhall/default.nix b/third_party/overlays/dhall/default.nix
index ecd566f18a..d944905e8d 100644
--- a/third_party/overlays/dhall/default.nix
+++ b/third_party/overlays/dhall/default.nix
@@ -7,8 +7,9 @@ let
     src = "${super.fetchFromGitHub {
       owner = "Profpatsch";
       repo = "dhall-haskell";
-      rev = "fix-dhall-to-nix-key-encoding";
-      sha256 = "sha256-P4MmQfyQ7MC5Jbs1o/+AJX/kdps2CjeOrtdpK85Tg68=";
+      # https://github.com/dhall-lang/dhall-haskell/pull/2426
+      rev = "82123817316192d39f9a3e68b8ce9c9cff0a48ed";
+      sha256 = "sha256-gbHoUKIdLPIttqeV471jsT8OJz6uiI6LpHOwtLbBGHY=";
     }}/${subdir}";
   };
 
@@ -21,7 +22,7 @@ let
         url = "https://github.com/justinwoo/easy-dhall-nix/archive/dce9acbb99776a7f1344db4751d6080380f76f57.tar.gz";
         sha256 = "0ckp6515gfvbxm08yyll87d9vg8sq2l21gwav2npzvwc3xz2lccf";
       })
-      { inherit self; };
+      { pkgs = self; };
 in
 {
   # TODO: this is to fix a bug in dhall-nix