mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 00:04:20 +01:00
Fix changed baikal hash...
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
ffc47a5cc5
commit
d9c467425a
|
@ -19,7 +19,7 @@ nglib.makeSystem {
|
||||||
baikal =
|
baikal =
|
||||||
pkgs.fetchzip {
|
pkgs.fetchzip {
|
||||||
url = "https://github.com/sabre-io/Baikal/releases/download/0.9.2/baikal-0.9.2.zip";
|
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 = ''
|
extraPostFetch = ''
|
||||||
patch -p1 -d "$out" < ${./baikal/baikal-project-uri.patch}
|
patch -p1 -d "$out" < ${./baikal/baikal-project-uri.patch}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue