diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/sources.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json index 8e183ea..fbf61db 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -1,4 +1,11 @@ { + "dhall": { + "sha256": "0jv2s3rjk4ha5vq0z4x5w9q3x01kxvwdadcj1a9x1qyx29xxi9qp", + "type": "tarball", + "url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.32.0/dhall-1.32.0-x86_64-linux.tar.bz2", + "url_template": "https://github.com/dhall-lang/dhall-haskell/releases/download/<version>/dhall-<version>-x86_64-linux.tar.bz2", + "version": "1.32.0" + }, "nixpkgs": { "branch": "nixos-20.03", "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", |