refactor: 🚚 Point everything to the new GitHub org

This commit is contained in:
Jesse Wierzbinski 2024-08-27 21:40:42 +02:00
parent 47c666894c
commit f9023893af
No known key found for this signature in database
13 changed files with 66 additions and 66 deletions

View file

@ -5,7 +5,7 @@
outputHash.x86_64-linux = lib.fakeHash;
outputHash.aarch64-linux = lib.fakeHash;
src = fetchFromGitHub {
owner = "lysand-org";
owner = "versia-pub";
repo = "server";
rev = "fbb845f7f8ee97e51ff57edba3817224341d3078";
hash = "sha256-pc5t6z/AE+NPZEzXxTlzT76jq5PF7Mvjh94A0NCBDh8=";

View file

@ -3,7 +3,7 @@
set -euo pipefail
SOURCE=$(nix-prefetch-github --nix lysand-org server | tail -n 6)
SOURCE=$(nix-prefetch-github --nix versia-pub server | tail -n 6)
cat > ./nix/source.nix << EOF
{