1
1
Fork 0

Update catacomb index server

This commit is contained in:
Jaculabilis 2022-11-25 23:48:20 +00:00
parent 18c4102c4a
commit 15a7e699de
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ let
catacombServerSource = builtins.fetchGit { catacombServerSource = builtins.fetchGit {
url = "https://git.alogoulogoi.com/Jaculabilis/catacomb-server.git"; url = "https://git.alogoulogoi.com/Jaculabilis/catacomb-server.git";
ref = "develop-nix"; ref = "develop-nix";
rev = "24838851eeb7e9bd4181bf46ea0a55432c3bba66"; rev = "63574bb39cc777deb56a76548f08789d238fcfec";
}; };
catacombServer = pkgs.callPackage catacombServerSource {}; catacombServer = pkgs.callPackage catacombServerSource {};