From 494418540afda54adf60bf93aee8b41b8d5f47ca Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 9 Apr 2024 10:14:02 +0100 Subject: [PATCH] Update syndicate library --- lock.json | 8 ++++---- syndicate_utils.nimble | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lock.json b/lock.json index c602155..403a8b3 100644 --- a/lock.json +++ b/lock.json @@ -93,11 +93,11 @@ "packages": [ "syndicate" ], - "path": "/nix/store/kl628g7vg2ww8wilf8h2ag7qqnvvwdzb-source", - "rev": "c2e1e2e0fa403529750196ce3ccb5a99a4d6c006", - "sha256": "1r8ab79pgrrnzmp49h8rp50c9x8zd0p7bsvzxaphc221nvyfx09j", + "path": "/nix/store/9ll8f00v0phhlglc47b0r4n6sc4545jx-source", + "rev": "6487ef65d0f98a9c8c9a163cd3bc02540ebb3367", + "sha256": "0myyzf7irv7gwn7k1m3kv0bwkbkw30hknvh4sv16i5wdhnqrlyb2", "srcDir": "src", - "url": "https://git.syndicate-lang.org/ehmry/syndicate-nim/archive/c2e1e2e0fa403529750196ce3ccb5a99a4d6c006.tar.gz" + "url": "https://git.syndicate-lang.org/ehmry/syndicate-nim/archive/6487ef65d0f98a9c8c9a163cd3bc02540ebb3367.tar.gz" }, { "method": "fetchzip", diff --git a/syndicate_utils.nimble b/syndicate_utils.nimble index 339db0a..9e287ec 100644 --- a/syndicate_utils.nimble +++ b/syndicate_utils.nimble @@ -10,4 +10,4 @@ bin = @["mintsturdyref", "mount_actor", "msg", "postgre_actor", "prese # Dependencies -requires "http://git.syndicate-lang.org/ehmry/syndicate-nim.git >= 20240405", "https://github.com/ehmry/nim-sys.git#4ef3b624db86e331ba334e705c1aa235d55b05e1", "https://git.sr.ht/~ehmry/nim_taps >= 20240405" +requires "http://git.syndicate-lang.org/ehmry/syndicate-nim.git >= 20240408", "https://github.com/ehmry/nim-sys.git#4ef3b624db86e331ba334e705c1aa235d55b05e1", "https://git.sr.ht/~ehmry/nim_taps >= 20240405"