fixed its sha256

This commit is contained in:
kenji
2025-08-11 21:01:10 -05:00
parent 9d0697ae8c
commit 46280cc771
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,13 +10,13 @@ stdenv.mkDerivation {
owner = "floriankarsten";
repo = "space-grotesk";
rev = "2.0.0";
sha256 = "";
sha256 = "sha256-frHmgB3CU+YACIMj0kdeAwrUoVAOZL2xj80fmoHdMao=";
};
installPhase = ''
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
'';