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
+1 -1
View File
@@ -1 +1 @@
/nix/store/d73j9q2pd4k5jxcw0yh9f6yd0ppys277-logistra-1.0.0
/nix/store/d3aqzac5hvc9x162cg5h40dacs43bnsz-space-grotesk-2.0.0
+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
'';