forked from Shinonome/nixos-fonts
fixed its sha256
This commit is contained in:
@@ -1 +1 @@
|
|||||||
/nix/store/d73j9q2pd4k5jxcw0yh9f6yd0ppys277-logistra-1.0.0
|
/nix/store/d3aqzac5hvc9x162cg5h40dacs43bnsz-space-grotesk-2.0.0
|
||||||
@@ -10,13 +10,13 @@ stdenv.mkDerivation {
|
|||||||
owner = "floriankarsten";
|
owner = "floriankarsten";
|
||||||
repo = "space-grotesk";
|
repo = "space-grotesk";
|
||||||
rev = "2.0.0";
|
rev = "2.0.0";
|
||||||
sha256 = "";
|
sha256 = "sha256-frHmgB3CU+YACIMj0kdeAwrUoVAOZL2xj80fmoHdMao=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
install -Dm644 $src/fonts/*.otf -t $out/share/fonts/opentype
|
install -Dm644 $src/fonts/otf/*.otf -t $out/share/fonts/opentype
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user