Unverified Commit cab76f5c authored by lunik1's avatar lunik1
Browse files
parent 0cf6ba7e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -55,16 +55,16 @@ assert (extraParameters != null) -> set != null;

buildNpmPackage rec {
  pname = if set != null then "iosevka-${set}" else "iosevka";
  version = "26.3.0";
  version = "26.3.3";

  src = fetchFromGitHub {
    owner = "be5invis";
    repo = "iosevka";
    rev = "v${version}";
    hash = "sha256-t08S6CH8GB+TIQ4MOHjG2NGSuTnrKlqhaub/eZYIz/w=";
    hash = "sha256-V4JBN7yPI25fA36wK1XItLiI5jLWYAaHoVCT+RQCN6k=";
  };

  npmDepsHash = "sha256-D5uykh/DKfJg3ZOIVK6ZL+CFZMEmtFTr0rEUgfJU7Bc=";
  npmDepsHash = "sha256-sJSBaAi4478zgUZFohOAUbQr7f/nBytcoXxFuLJS3y8=";

  nativeBuildInputs = [
    remarshal