Skip to content

Commit

Permalink
update nix for streamly 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
agentm committed Jan 8, 2024
1 parent cdd3e2e commit 043f148
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ let
overrides = self: super: {
curryer-rpc = self.callHackageDirect {
pkg = "curryer-rpc";
ver = "0.3.2";
sha256 = "sha256-QiKsaFcIzOrtCpgVrgArnj7Hd09JVjF67huam+0aZSc="; } {};
ver = "0.3.3";
sha256 = "sha256-IzUOtMOfsnDG9BBvXnlywIMAUntctX0jNPZxzOQnmHo="; } {};

streamly = self.callHackageDirect {
pkg = "streamly";
ver = "0.9.0";
sha256 = "sha256-eOxVb8qQjZDo1+S7CStqYSExOg2QHWkMY+zlOYqwZak="; } {};
ver = "0.10.0";
sha256 = "sha256-QkqfJ7ta+Odfv5wYL+SvOpM6ZmVTDSPxDPDhjNRU2wE="; } {};

streamly-core = self.callHackageDirect {
pkg = "streamly-core";
ver = "0.1.0";
sha256 = "sha256-hoSV6Q2+X5a7hFnJAArqNPjcMaCVyX9Vz4FcxeJ+jgI="; } {};
ver = "0.2.0";
sha256 = "sha256-fMo5dz/AY0CUZaP1lhXqjfsuGVO4GtAW3/q9W9N6D3Q="; } {};

lockfree-queue = self.callHackageDirect {
pkg = "lockfree-queue";
Expand Down

0 comments on commit 043f148

Please sign in to comment.