iosevka-comfy: Switch from fetchFromSourcehut to fetchFromGitHub

The former sends .tar.gz files that tar has trouble uncompressing.
This commit is contained in:
Damien Cassou 2023-10-09 06:46:16 +02:00
parent af7ded032f
commit 334fa9355f
No known key found for this signature in database
GPG Key ID: B68746238E59B548

View File

@ -1,4 +1,4 @@
{ lib, iosevka, fetchFromSourcehut, fetchFromGitHub, buildNpmPackage }:
{ lib, iosevka, fetchFromGitHub, buildNpmPackage }:
let
sets = [
@ -21,8 +21,8 @@ let
"comfy-wide-motion-duo" # Slab | Wide | Duospaced | Yes |
];
version = "1.4.0";
src = fetchFromSourcehut {
owner = "~protesilaos";
src = fetchFromGitHub {
owner = "protesilaos";
repo = "iosevka-comfy";
rev = version;
sha256 = "sha256-kfEEJ6F1/dsG9CSLWcr0QOOnQxHPgPgb4QhgFrHTklE=";