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

kode-mono: 1.204 -> 1.205
This commit is contained in:
Nick Cao 2024-02-01 09:37:10 -05:00 committed by GitHub
commit 0a4afdee32
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.204";
version = "1.205";
src = fetchzip {
url = "https://github.com/isaozler/kode-mono/releases/download/${finalAttrs.version}/kode-mono-fonts.zip";
hash = "sha256-0mAE06963HaBKBKBvTnt8q7QAY1FakEGUx1wAqOZVH4=";
hash = "sha256-DRe2Qi+Unhr5ebQdTG6QgvQEUTNOdnosFbQC8kpHNYU=";
stripRoot = false;
};