Unverified Commit 2f2fbd75 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

iosevka: 33.3.4 -> 33.3.5 (#466237)

parents 424b0e74 0a9ed987
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -58,16 +58,16 @@ assert (extraParameters != null) -> set != null;

buildNpmPackage rec {
  pname = "Iosevka${toString set}";
  version = "33.3.4";
  version = "33.3.5";

  src = fetchFromGitHub {
    owner = "be5invis";
    repo = "iosevka";
    rev = "v${version}";
    hash = "sha256-CH9OGj9dfxY3vfLX4ipbML4rIOlXBKIOgwz3K54o1No=";
    hash = "sha256-DLLUM2ogC5kFFyOcwd1kkUgJEJEFO5VgSdfrRTKQKM4=";
  };

  npmDepsHash = "sha256-xNd/DGIYbjR0v+iUgj12T1jsUpIuOG0avNGnEYVdK3Q=";
  npmDepsHash = "sha256-avjEEJFr9918FzgE1Yxx9S6KRY0A940nlaKVcjkmepI=";

  nativeBuildInputs = [
    remarshal