update kreativekorp fonts #320

Merged
darkkirb merged 1 commit from update-kreativekorp into main 2023-09-18 10:01:20 +00:00
3 changed files with 9 additions and 9 deletions
Showing only changes of commit f95baea2e0 - Show all commits

View file

@ -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"
];
}

View file

@ -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,

View file

@ -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;