From f95baea2e05987fd9deb7413e88b710eedb1aaa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 18 Sep 2023 11:00:48 +0100 Subject: [PATCH] update kreativekorp fonts --- fonts/kreative/fairfax-hd.nix | 2 +- fonts/kreative/source.json | 12 ++++++------ fonts/kreative/source.nix | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fonts/kreative/fairfax-hd.nix b/fonts/kreative/fairfax-hd.nix index 72adecd..1259144 100644 --- a/fonts/kreative/fairfax-hd.nix +++ b/fonts/kreative/fairfax-hd.nix @@ -22,7 +22,7 @@ in }; passthru.updateScript = [ ../../scripts/update-git.sh - "https://gitlab.com/kreativekorp/open-relay.git" + "https://github.com/kreativekorp/open-relay.git" "fonts/kreative/source.json" ]; } diff --git a/fonts/kreative/source.json b/fonts/kreative/source.json index b549a54..9f75f45 100644 --- a/fonts/kreative/source.json +++ b/fonts/kreative/source.json @@ -1,10 +1,10 @@ { - "url": "https://gitlab.com/kreativekorp/open-relay.git", - "rev": "6e0d49e586b44862a5c87da6d6caf2ed4f286178", - "date": "2022-10-20T06:08:47-07:00", - "path": "/nix/store/2kbzlxqxpyrr3mqwfyn4mk2qc6hjb7v8-open-relay", - "sha256": "02w7i6mrf5rdi9ksymykrcf0giyzrhrd68h1ncxhkvgg8cc7rkj6", - "hash": "sha256-Rs58GEPv7Qk7swEi0zLM38cHHMvTV69nii0Xl6uJhws=", + "url": "https://github.com/kreativekorp/open-relay.git", + "rev": "b7c578c3f44f8fae2dcd45cc209a31ff7e908984", + "date": "2023-08-15T22:45:40-07:00", + "path": "/nix/store/f35h6f5cjjfvpslgzzzklwvhqk57a581-open-relay", + "sha256": "065zgw61vqqlg6ik5ai1wg5jzzyiqi6idqa9lmxbd99pvgzc6zlb", + "hash": "sha256-i37D/ts3pbZ6pUnhFk3E0f8vy+MhqjKjeRTjHQx/vxg=", "fetchLFS": false, "fetchSubmodules": false, "deepClone": false, diff --git a/fonts/kreative/source.nix b/fonts/kreative/source.nix index 4189bb1..1fff16f 100644 --- a/fonts/kreative/source.nix +++ b/fonts/kreative/source.nix @@ -1,7 +1,7 @@ -{fetchFromGitLab}: let +{fetchFromGitHub}: let source = builtins.fromJSON (builtins.readFile ./source.json); in - fetchFromGitLab { + fetchFromGitHub { owner = "kreativekorp"; repo = "open-relay"; inherit (source) rev sha256; -- 2.47.0