kode-mono: 1.202 -> 1.204

This commit is contained in:
R. Ryantm 2024-01-27 13:12:18 +00:00
parent 58c189c2a4
commit 2a41ba7e8d

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "kode-mono";
version = "1.202";
version = "1.204";
src = fetchzip {
url = "https://github.com/isaozler/kode-mono/releases/download/${finalAttrs.version}/kode-mono-fonts.zip";
hash = "sha256-wltprCA73BHAe+WrCWIsLqQ/H+vgVzclEL5voZPmbDU=";
hash = "sha256-0mAE06963HaBKBKBvTnt8q7QAY1FakEGUx1wAqOZVH4=";
stripRoot = false;
};