Fix changed baikal hash...

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2022-10-08 01:27:29 +02:00
parent ffc47a5cc5
commit d9c467425a
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -19,7 +19,7 @@ nglib.makeSystem {
baikal =
pkgs.fetchzip {
url = "https://github.com/sabre-io/Baikal/releases/download/0.9.2/baikal-0.9.2.zip";
sha256 = "sha256-/LdwMVy0aGaj2B5db107duYl7oKcA/BuMXt/zZxlsZw=";
sha256 = "sha256-Gw7anNA347aYPNrce+unr7QfrOmu249DUlooVzk2fsE=";
extraPostFetch = ''
patch -p1 -d "$out" < ${./baikal/baikal-project-uri.patch}
'';