diff options
author | Nadrieril | 2020-10-16 02:07:34 +0100 |
---|---|---|
committer | Nadrieril | 2020-10-16 02:17:45 +0100 |
commit | 8983ebfd57c5fff16f959854ac5ee58aa2c72066 (patch) | |
tree | 82d17d9c04efd5eb46dd66e323944719129c6112 /nix | |
parent | 64cfd332f4617cfd760d5cae63f3bb6cd725595f (diff) |
chore: update version of dhall-haskell in nix-shell
Diffstat (limited to 'nix')
-rw-r--r-- | nix/sources.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/sources.json b/nix/sources.json index fbf61db..c915991 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -1,10 +1,10 @@ { "dhall": { - "sha256": "0jv2s3rjk4ha5vq0z4x5w9q3x01kxvwdadcj1a9x1qyx29xxi9qp", + "sha256": "0xy6bqasr0z3pnrav8mqc9jxjwz1xck0v6g0pgrr3rfgbi4l0hjz", "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": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.35.0/dhall-1.35.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" + "version": "1.35.0" }, "nixpkgs": { "branch": "nixos-20.03", |