Commit fa09de32 authored by R. RyanTM's avatar R. RyanTM
Browse files

iosevka: 33.2.6 -> 33.2.7

parent 2f6d65c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -56,16 +56,16 @@ assert (extraParameters != null) -> set != null;

buildNpmPackage rec {
  pname = "Iosevka${toString set}";
  version = "33.2.6";
  version = "33.2.7";

  src = fetchFromGitHub {
    owner = "be5invis";
    repo = "iosevka";
    rev = "v${version}";
    hash = "sha256-X3oLe7CrPokvGsxaKuaaeHp9MIYHIMVASYUPpA1zcY0=";
    hash = "sha256-LS4c79/QmBSgsgSY/Tddmf2M6U0LcISMapnWK7Eu1Ak=";
  };

  npmDepsHash = "sha256-GV/7/t/phSrxjcUizW7aNpp1yjA6P8NOiepNp8DrTaY=";
  npmDepsHash = "sha256-DyExvgNJBRlz8iVezlrJfTyobK0L6CMQN+gIMGoYYrw=";

  nativeBuildInputs =
    [