diff options
author | Ben Sima <ben@bsima.me> | 2020-07-17 19:38:19 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-17 19:41:52 -0700 |
commit | 17a2f2364326d0eb527631353942fccecd7e2a7f (patch) | |
tree | 174ccc1f9975445768080cba4d0d7f4e32ac8240 /nix/sources.json | |
parent | b177945cc90711e292603f8ce7730a938da534f3 (diff) |
Revert "deps: update miso"
This reverts commit ca28f4a86b839d702bdaa70925884aa2bd5cf9ed.
There seems to be a regression in miso where it doesn't load properly any more.
Diffstat (limited to 'nix/sources.json')
-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 2f10c53..fdbb4b6 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -31,10 +31,10 @@ "homepage": "https://haskell-miso.org", "owner": "dmjio", "repo": "miso", - "rev": "1b921c55c2e41f765b26955b642443344b69852b", - "sha256": "1fqvp3rkf9j4rda64wblmzzvzfn0j6wacpnm57zdanlscd8s37bl", + "rev": "41234e419d6177fe05913a1bd885f811afe5cc9f", + "sha256": "1nby1y8yixv0a47h1bzdfjcwzah3km7bfd0phdb520ci4dgs30w1", "type": "tarball", - "url": "https://github.com/dmjio/miso/archive/1b921c55c2e41f765b26955b642443344b69852b.tar.gz", + "url": "https://github.com/dmjio/miso/archive/41234e419d6177fe05913a1bd885f811afe5cc9f.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz", "version": "1.5" }, |