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

kode-mono: 1.017 -> 1.018
This commit is contained in:
figsoda 2023-07-02 09:31:36 -04:00 committed by GitHub
commit 7eef4b3234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "kode-mono";
version = "1.017";
version = "1.018";
src = fetchzip {
url = "https://github.com/isaozler/kode-mono/releases/download/${finalAttrs.version}/kode-mono-fonts.zip";
hash = "sha256-5bTciBQhWNUokOP3YzAwrvp7jeyiF4JMdJDX+6NXvLU=";
hash = "sha256-ITz37lO0+bQd156WKBT8bcz8571kMiJGKepGCCVxaJU=";
stripRoot = false;
};