Commit 5b698dff authored by R. RyanTM's avatar R. RyanTM
Browse files

kode-mono: 1.201 -> 1.202

parent 2e4d86ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "kode-mono";
  version = "1.201";
  version = "1.202";

  src = fetchzip {
    url = "https://github.com/isaozler/kode-mono/releases/download/${finalAttrs.version}/kode-mono-fonts.zip";
    hash = "sha256-ssrs79Rg4izFCI2j6jHkFvBLcMgwIm3NAQzeX7QRMTE=";
    hash = "sha256-wltprCA73BHAe+WrCWIsLqQ/H+vgVzclEL5voZPmbDU=";
    stripRoot = false;
  };