Unverified Commit 498170ef authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

iosevka: 33.2.6 -> 33.2.7 (#426689)

parents 79d73c94 fa09de32
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 =
    [