Skip to content

Commit

Permalink
upgrade streamly dependencies in nix
Browse files Browse the repository at this point in the history
  • Loading branch information
agentm committed Dec 30, 2023
1 parent 79d1e34 commit e3848ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
12 changes: 0 additions & 12 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,5 @@
"type": "tarball",
"url": "/~https://github.com/NixOS/nixpkgs/archive/429c23aad0fce9ef38b0e60d55d7459c19d53ddc.tar.gz",
"url_template": "/~https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"streamly": {
"branch": "ac3af8749194f1788704dda8667d0b3807075cc2",
"description": "Beautiful Streaming, Concurrent and Reactive Composition (Haskell)",
"homepage": "https://hackage.haskell.org/package/streamly",
"owner": "composewell",
"repo": "streamly",
"rev": "ac3af8749194f1788704dda8667d0b3807075cc2",
"sha256": "04d8fk654vawdfs0dfidmq2awwgwi8x44iv8r7vqz70zkcsd5fij",
"type": "tarball",
"url": "/~https://github.com/composewell/streamly/archive/ac3af8749194f1788704dda8667d0b3807075cc2.tar.gz",
"url_template": "/~https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
9 changes: 7 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ let

streamly = self.callHackageDirect {
pkg = "streamly";
ver = "0.8.1";
sha256 = "0ywyy7gxjnp32hx8kki0lfn94bnc9mzjh8g6mg65ff3vv28k2vdr"; } {};
ver = "0.9.0";
sha256 = "sha256-eOxVb8qQjZDo1+S7CStqYSExOg2QHWkMY+zlOYqwZak="; } {};

streamly-core = self.callHackageDirect {
pkg = "streamly-core";
ver = "0.1.0";
sha256 = "sha256-hoSV6Q2+X5a7hFnJAArqNPjcMaCVyX9Vz4FcxeJ+jgI="; } {};

unicode-data = self.callHackageDirect {
pkg = "unicode-data";
Expand Down

0 comments on commit e3848ad

Please sign in to comment.