Merge pull request #284247 from r-ryantm/auto-update/kode-mono

kode-mono: 1.202 -> 1.204
This commit is contained in:
Nick Cao 2024-01-27 11:39:29 -05:00 committed by GitHub
commit 6ae98d464d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};